]> git.mjollnir.org Git - moodle.git/commit
Added support for multiiple ldap-servers.
authorpaca70 <paca70>
Wed, 22 Sep 2004 09:41:20 +0000 (09:41 +0000)
committerpaca70 <paca70>
Wed, 22 Sep 2004 09:41:20 +0000 (09:41 +0000)
commit0b543a65082d2fbb44093ad5995b0ad1300572d3
treec2f502dd54cfcf60e12ebd6f1c00c3ad2c31f7e0
parent8c9c0e8588a81c782d8012543c8308d8aa068fda
Added support for multiiple ldap-servers.
When first server(s) are down there delay before connecting secondary servers.
So you system feels slow if first server is down, but Moodle still authenticates to sedondary servers.

Other major change:
auth_ldap_bind fuction is removed.
due phps ldap_connect() limitations auth_ldap_connect() does now also ldap_bind()
to see if server is up.
auth/ldap/lib.php