home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / custom_auth.inc < prev    next >
Encoding:
Text File  |  2003-03-16  |  699 b   |  23 lines

  1. <?php
  2. /********************************************************
  3.     conf/custom_auth.inc
  4.     
  5.     PURPOSE:
  6.         Offer a place to implement any secondary custom
  7.         authentication that may be required.
  8.         The default system only authenticates against the
  9.         IMAP server.
  10.     PRE-CONDITION:
  11.         $user - Login ID
  12.         $password - Password
  13.         $host - IMAP Server
  14.         $error - Don't run if this isn't empty...
  15.                     ...primary authentication failed anyways.
  16.     POST-CONDITION:
  17.         $error - Set to error message if failed, or 
  18.                     leave blank/empty if successful
  19.                     
  20. ********************************************************/
  21.  
  22. ?>
  23.