From: moodler <moodler> Date: Sun, 20 Oct 2002 18:06:04 +0000 (+0000) Subject: Some more clues for new admins ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2ee53d15ff1ff04d4deebf7001a91d582ed25462;p=moodle.git Some more clues for new admins ... --- diff --git a/auth/README b/auth/README index a103a55f14..c054c1e99d 100644 --- a/auth/README +++ b/auth/README @@ -33,3 +33,11 @@ none - no authentication at all .. very insecure!! ldap - Uses an external LDAP server + + - user logs in using username and password + - these are checked against an LDAP server + - if correct, user is logged in + - optionally, info is copied from the LDAP + database to the Moodle user database + + (see the ldap/README for more details on config etc...)