mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: group ldap test need "uniqueMember" field
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/admin/ldap_groups.php
|
||||
\ingroup ldap
|
||||
\brief Page d'administration/configuration du module Ldap
|
||||
\version $Id$
|
||||
* \file htdocs/admin/ldap_groups.php
|
||||
* \ingroup ldap
|
||||
* \brief Page d'administration/configuration du module Ldap
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require("./pre.inc.php");
|
||||
|
||||
@@ -948,6 +948,8 @@ LDAPFieldCountry=Country
|
||||
LDAPFieldCountryExample=Example : c
|
||||
LDAPFieldDescription=Description
|
||||
LDAPFieldDescriptionExample=Example : description
|
||||
LDAPFieldUserGroup = Group members
|
||||
LDAPFieldUserGroupExample = Example : uniqueMember
|
||||
LDAPFieldBirthdate=Birthdate
|
||||
LDAPFieldBirthdateExample=Example :
|
||||
LDAPFieldCompany=Company
|
||||
|
||||
@@ -949,6 +949,8 @@ LDAPFieldCountry = Pays
|
||||
LDAPFieldCountryExample = Exemple : c
|
||||
LDAPFieldDescription = Description
|
||||
LDAPFieldDescriptionExample = Exemple : description
|
||||
LDAPFieldUserGroup = Membres du groupe
|
||||
LDAPFieldUserGroupExample = Exemple : uniqueMember
|
||||
LDAPFieldBirthdate = Date de naissance
|
||||
LDAPFieldBirthdateExample = Exemple :
|
||||
LDAPFieldCompany = Société
|
||||
|
||||
Reference in New Issue
Block a user