]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14987 Default attribute for Active Directory password expiry is missing
authoriarenaza <iarenaza>
Sun, 25 May 2008 21:53:23 +0000 (21:53 +0000)
committeriarenaza <iarenaza>
Sun, 25 May 2008 21:53:23 +0000 (21:53 +0000)
Merged from MOODLE_18_STABLE

auth/ldap/auth.php

index 9afd6cd717f1e577b6b5cf58da317a75b0627253..53ccf48ea7480621b116c8695dcc0ddcd5e42854 100644 (file)
@@ -1365,7 +1365,7 @@ error('fix temporary table code in CAS');
                             'rfc2307' => 'shadowExpire',
                             'rfc2307bis' => 'shadowExpire',
                             'samba' => '', //No support yet
-                            'ad' => '', //No support yet
+                            'ad' => 'pwdLastSet',
                             'default' => ''
                             );
         return $default;