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
|
* \file htdocs/admin/ldap_groups.php
|
||||||
\ingroup ldap
|
* \ingroup ldap
|
||||||
\brief Page d'administration/configuration du module Ldap
|
* \brief Page d'administration/configuration du module Ldap
|
||||||
\version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|||||||
@@ -948,6 +948,8 @@ LDAPFieldCountry=Country
|
|||||||
LDAPFieldCountryExample=Example : c
|
LDAPFieldCountryExample=Example : c
|
||||||
LDAPFieldDescription=Description
|
LDAPFieldDescription=Description
|
||||||
LDAPFieldDescriptionExample=Example : description
|
LDAPFieldDescriptionExample=Example : description
|
||||||
|
LDAPFieldUserGroup = Group members
|
||||||
|
LDAPFieldUserGroupExample = Example : uniqueMember
|
||||||
LDAPFieldBirthdate=Birthdate
|
LDAPFieldBirthdate=Birthdate
|
||||||
LDAPFieldBirthdateExample=Example :
|
LDAPFieldBirthdateExample=Example :
|
||||||
LDAPFieldCompany=Company
|
LDAPFieldCompany=Company
|
||||||
|
|||||||
@@ -949,6 +949,8 @@ LDAPFieldCountry = Pays
|
|||||||
LDAPFieldCountryExample = Exemple : c
|
LDAPFieldCountryExample = Exemple : c
|
||||||
LDAPFieldDescription = Description
|
LDAPFieldDescription = Description
|
||||||
LDAPFieldDescriptionExample = Exemple : description
|
LDAPFieldDescriptionExample = Exemple : description
|
||||||
|
LDAPFieldUserGroup = Membres du groupe
|
||||||
|
LDAPFieldUserGroupExample = Exemple : uniqueMember
|
||||||
LDAPFieldBirthdate = Date de naissance
|
LDAPFieldBirthdate = Date de naissance
|
||||||
LDAPFieldBirthdateExample = Exemple :
|
LDAPFieldBirthdateExample = Exemple :
|
||||||
LDAPFieldCompany = Société
|
LDAPFieldCompany = Société
|
||||||
|
|||||||
Reference in New Issue
Block a user