From a4e3e98f084a8e9851c94674e575e6e814be00ad Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Mon, 7 Nov 2005 01:00:05 +0000 Subject: [PATCH] Merged from MOODLE_15_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip! --- auth/ldap/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index 5152c46926f..670330d4792 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -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(