From 4630e4e483c15c3777917f29afb46ac519822716 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 29 Jun 2006 07:05:00 +0000 Subject: [PATCH] Bug #5953 - problem in /auth/ldap/lib.php; merged from MOODLE_16_STABLE --- auth/ldap/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/ldap/lib.php b/auth/ldap/lib.php index 49149a1357..b0eb9e4092 100644 --- a/auth/ldap/lib.php +++ b/auth/ldap/lib.php @@ -1082,8 +1082,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' => '1', 'default' => '0' -- 2.39.5