MDL-14987 Default attribute for Active Directory password expiry is missing
Backported from HEAD
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user