Merged from MOODLE_15_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip!

This commit is contained in:
martinlanghoff 2005-11-07 01:00:05 +00:00
parent 068cdffd11
commit a4e3e98f08

View File

@ -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(