]> git.mjollnir.org Git - moodle.git/commit
while waiting that guid-field, I added two functions:
authorpaca70 <paca70>
Sun, 15 Aug 2004 17:46:30 +0000 (17:46 +0000)
committerpaca70 <paca70>
Sun, 15 Aug 2004 17:46:30 +0000 (17:46 +0000)
commit815002f07fd103d89d7d45f648119b732eacb19c
treeb3849619f47328a7465b60c364f1315cf3509fab
parent58a524be4d39854fb62017b2418762126457425f
while waiting that guid-field, I added two functions:

auth_get_users ()
        Returns all userobjects from external database, with userinformation
        like address, phone ...

auth_sync_users ()
        1. Adds users from externaldatabase to moodle.
        2. renamed user in moodles db if renamed in externaldb
        3. "Delete" user in moodles db if removed from externaldb

and configuration interface for guid. ;)
auth/ldap/config.html
auth/ldap/lib.php