X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=auth%2FREADME;h=a1bdff48677a95c78f82c088b02e4c2a2ca5ae51;hp=c054c1e99d4e1e8e901e1576816b5c1a4559b9f7;hb=d1b4e172675f74f630e1d5b8939af7f4f60ea0d7;hpb=dce48fc85a6eb1279facbcff4cb2d0ce048b3249 diff --git a/auth/README b/auth/README index c054c1e99d4..a1bdff48677 100644 --- a/auth/README +++ b/auth/README @@ -39,5 +39,23 @@ ldap - Uses an external 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...) + + +imap - Uses an external IMAP server + + - user logs in using username and password + - these are checked against an IMAP server + - if correct, user is logged in + - if the username doesn't already exist then + a new account is created + + +db - Uses an external database to check username/password + + - user logs in using username and password + - these are checked against an external database + - if correct, user is logged in + - if the username doesn't already exist then + a new Moodle account is created