~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to IlohaMail/conf/custom_auth.inc

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
?>