-
Bug
-
Resolution: Cannot Reproduce
-
Trivial
-
None
-
1.5.2
-
None
-
All
-
MOODLE_15_STABLE
cvs:/auth/ldap/lib.php
In function auth_password_expire () is used strtolower().
But all information is stored in a case sensitive format.
I removed it and it starts to work as I'm expecting.
$info[0][strtolower($CFG->ldap_expireattr)][0]
- has a non-specific relationship to
-
MDL-5454 LDAP eDirectory password expiration checks fail
-
- Closed
-