Merged from MOODLE_15_STABLE - auth/ldap: Fix support for AD -- thanks to Inaki, in more than one sense ;-)
This commit is contained in:
+2
-2
@@ -1063,7 +1063,7 @@ function auth_ldap_getdefaults(){
|
||||
'rfc2307' => 'member',
|
||||
'rfc2307bis' => 'member',
|
||||
'samba' => 'member',
|
||||
'ad' => 'memberOf',
|
||||
'ad' => 'member',
|
||||
'default' => 'member'
|
||||
);
|
||||
$default['ldap_memberattribute_isdn'] = array(
|
||||
@@ -1071,7 +1071,7 @@ function auth_ldap_getdefaults(){
|
||||
'rfs2307' => '0',
|
||||
'rfs2307bis' => '1',
|
||||
'samba' => '0', //is this right?
|
||||
'ad' => '0', //is this right?
|
||||
'ad' => '1',
|
||||
'default' => '0'
|
||||
);
|
||||
$default['ldap_expireattr'] = array (
|
||||
|
||||
Reference in New Issue
Block a user