MDL-14987 Default attribute for Active Directory password expiry is missing

Backported from HEAD
This commit is contained in:
iarenaza
2008-05-25 21:55:50 +00:00
parent 416f2dab44
commit c875af622e
+1 -1
View File
@@ -1362,7 +1362,7 @@ class auth_plugin_ldap extends auth_plugin_base {
'rfc2307' => 'shadowExpire',
'rfc2307bis' => 'shadowExpire',
'samba' => '', //No support yet
'ad' => '', //No support yet
'ad' => 'pwdLastSet',
'default' => ''
);
return $default;