From 6362e57f2ecdf9e1a00b64991d957f2bcbfa51d8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Jan 2010 18:26:56 +0000 Subject: [PATCH] Fix: Choice of ldap key was not shown correctly --- htdocs/admin/ldap_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/ldap_users.php b/htdocs/admin/ldap_users.php index 4acb9c2c5e9..59c37b0b361 100644 --- a/htdocs/admin/ldap_users.php +++ b/htdocs/admin/ldap_users.php @@ -242,7 +242,7 @@ $var=!$var; print ''.$langs->trans("LDAPFieldDescription").''; print ''; print ''.$langs->trans("LDAPFieldDescriptionExample").''; -print 'global->LDAP_KEY_GROUPS==$conf->global->LDAP_FIELD_DESCRIPTION?' checked="true"':'').">"; +print 'global->LDAP_KEY_USERS==$conf->global->LDAP_FIELD_DESCRIPTION?' checked="true"':'').">"; print ''; // Sid @@ -250,7 +250,7 @@ $var=!$var; print ''.$langs->trans("LDAPFieldSid").''; print ''; print ''.$langs->trans("LDAPFieldSidExample").''; -print 'global->LDAP_KEY_GROUPS==$conf->global->LDAP_FIELD_SID?' checked="true"':'').">"; +print 'global->LDAP_KEY_USERS==$conf->global->LDAP_FIELD_SID?' checked="true"':'').">"; print ''; $var=!$var;