From: iarenaza Date: Sun, 25 May 2008 21:53:23 +0000 (+0000) Subject: MDL-14987 Default attribute for Active Directory password expiry is missing X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f0a729bf9b935877980155dda9563d2b979f51c2;p=moodle.git MDL-14987 Default attribute for Active Directory password expiry is missing Merged from MOODLE_18_STABLE --- diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 9afd6cd717..53ccf48ea7 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -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;