MDL-28402 LDAP configuration values being stored in lower case, causing misconfiguration
commitfa5f5c206f2739437d669987842e6237ef09b3eb
authorIñaki Arenaza <iarenaza@mondragon.edu>
Sun, 31 Jul 2011 15:27:57 +0000 (31 17:27 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sun, 28 Aug 2011 23:07:30 +0000 (29 01:07 +0200)
tree994ce1b53bef7cc6b3a8e0c9a66654fd7a33d637
parenta014e3bcd88066adc3f8bd157964fb41d24b056d
MDL-28402 LDAP configuration values being stored in lower case, causing misconfiguration

It looks like array_change_key_case() does not work recursively, so we
were not actually lowercasing the expiration attribute key. As the
configuration setting is always lowercase they didn't match.
auth/ldap/auth.php