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;