mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merged from MOODLE_15_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip!
This commit is contained in:
parent
068cdffd11
commit
a4e3e98f08
@ -1063,7 +1063,7 @@ function auth_ldap_getdefaults(){
|
||||
'rfc2307' => 'member',
|
||||
'rfc2307bis' => 'member',
|
||||
'samba' => 'member',
|
||||
'ad' => 'member', //is this right?
|
||||
'ad' => 'memberOf',
|
||||
'default' => 'member'
|
||||
);
|
||||
$default['ldap_memberattribute_isdn'] = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user