Nothing missing, just needs testing and debugging
authormoodler <moodler>
Fri, 15 Nov 2002 09:13:31 +0000 (09:13 +0000)
committermoodler <moodler>
Fri, 15 Nov 2002 09:13:31 +0000 (09:13 +0000)
auth/db/lib.php
auth/imap/lib.php

index 0e9677e1f9f1ba3401667e063eab085c21b76c2c..0e1e4589131899ee514ca0a096d7f3ac8540ca25 100644 (file)
@@ -1,7 +1,7 @@
 <?PHP  // $Id$
        // Authentication by looking up an external database table
 
-// This code is completely untested so far - I'm just jotting down ideas ...
+// This code is completely untested so far - IT NEEDS TESTERS!
 // Looks like it should work though ...
 
 $CFG->auth_dbhost   = "localhost";
index cdf3161d6de7de92ce57e0096108fff50d7032ee..0f115e2b76dba873167ece09cfaa5364e3b61510 100644 (file)
@@ -1,7 +1,7 @@
 <?PHP  // $Id$
-       // Authentication by looking up an IMAP server
+       // Authentication by looking up an IMAP, POP or NNTP server
 
-// This code is completely untested so far - I'm just jotting down ideas ...
+// This code is completely untested so far  -  IT NEEDS TESTERS!
 // Looks like it should work though ...
 
 $CFG->auth_imaphost   = "127.0.0.1";  // Should be IP number