mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Nothing missing, just needs testing and debugging
This commit is contained in:
parent
d17bdf2b37
commit
d5b94ef46c
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user