Fixed typo in configuration of ldap_memberattribute for RFC2307-style LDAP servers. Should fix handling of iscreator group. Thanks to Teemu Haapoja for the diagnosis and fix.
This commit is contained in:
+2
-2
@@ -1035,8 +1035,8 @@ function auth_ldap_getdefaults(){
|
||||
);
|
||||
$default['ldap_memberattribute_isdn'] = array(
|
||||
'edir' => '1',
|
||||
'rfs2307' => '0',
|
||||
'rfs2307bis' => '1',
|
||||
'rfc2307' => '0',
|
||||
'rfc2307bis' => '1',
|
||||
'samba' => '0', //is this right?
|
||||
'ad' => '0', //is this right?
|
||||
'default' => '0'
|
||||
|
||||
Reference in New Issue
Block a user