From f0a729bf9b935877980155dda9563d2b979f51c2 Mon Sep 17 00:00:00 2001 From: iarenaza Date: Sun, 25 May 2008 21:53:23 +0000 Subject: [PATCH] MDL-14987 Default attribute for Active Directory password expiry is missing Merged from MOODLE_18_STABLE --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5