mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Bug #5953 - problem in /auth/ldap/lib.php
This commit is contained in:
parent
1eb6f0cd22
commit
d23f9f5d48
1 changed files with 2 additions and 2 deletions
|
@ -1082,8 +1082,8 @@ function auth_ldap_getdefaults(){
|
||||||
);
|
);
|
||||||
$default['ldap_memberattribute_isdn'] = array(
|
$default['ldap_memberattribute_isdn'] = array(
|
||||||
'edir' => '1',
|
'edir' => '1',
|
||||||
'rfs2307' => '0',
|
'rfc2307' => '0',
|
||||||
'rfs2307bis' => '1',
|
'rfc2307bis' => '1',
|
||||||
'samba' => '0', //is this right?
|
'samba' => '0', //is this right?
|
||||||
'ad' => '1',
|
'ad' => '1',
|
||||||
'default' => '0'
|
'default' => '0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue