New: Ajout champ userPassword dans paramètres LDAP gérés.
This commit is contained in:
parent
64e783ab04
commit
aa9f8e59c0
@ -82,6 +82,7 @@ BoxesDesc=Boxes are screen area that show some information on some pages. You ca
|
|||||||
ModulesDesc=Dolibarr modules define which functionality is enabled in software. Some modules require permissions you must grant to users, after enabling module.
|
ModulesDesc=Dolibarr modules define which functionality is enabled in software. Some modules require permissions you must grant to users, after enabling module.
|
||||||
ModulesInterfaceDesc=The Dolibarr modules interface allows you to add features depending on external softwares, systems or services.
|
ModulesInterfaceDesc=The Dolibarr modules interface allows you to add features depending on external softwares, systems or services.
|
||||||
ModulesSpecialDesc=Special modules are very specific or rarely used modules.
|
ModulesSpecialDesc=Special modules are very specific or rarely used modules.
|
||||||
|
ModulesJobDesc=Business modules provides simple predefined setup of Dolibarr for a particular business.
|
||||||
BoxesAvailable=Boxes available
|
BoxesAvailable=Boxes available
|
||||||
BoxesActivated=Boxes activated
|
BoxesActivated=Boxes activated
|
||||||
ActivateOn=Activate on
|
ActivateOn=Activate on
|
||||||
@ -585,6 +586,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
|
|||||||
LDAPFieldLoginSambaExample=Example : samaccountname
|
LDAPFieldLoginSambaExample=Example : samaccountname
|
||||||
LDAPFieldFullname=Firstname Name
|
LDAPFieldFullname=Firstname Name
|
||||||
LDAPFieldFullnameExample=Example : cn
|
LDAPFieldFullnameExample=Example : cn
|
||||||
|
LDAPFieldPassword=Password
|
||||||
|
LDAPFieldPasswordExample=Example : userPassword
|
||||||
LDAPFieldCommonName=Common name
|
LDAPFieldCommonName=Common name
|
||||||
LDAPFieldCommonNameExample=Example : cn
|
LDAPFieldCommonNameExample=Example : cn
|
||||||
LDAPFieldName=Name
|
LDAPFieldName=Name
|
||||||
|
|||||||
@ -586,6 +586,8 @@ LDAPFieldLoginSamba=Login (samba, activedirectory)
|
|||||||
LDAPFieldLoginSambaExample=Exemple : samaccountname
|
LDAPFieldLoginSambaExample=Exemple : samaccountname
|
||||||
LDAPFieldFullname=Prénom Nom
|
LDAPFieldFullname=Prénom Nom
|
||||||
LDAPFieldFullnameExample=Exemple : cn
|
LDAPFieldFullnameExample=Exemple : cn
|
||||||
|
LDAPFieldPassword=Mot de passe
|
||||||
|
LDAPFieldPasswordExample=Exemple : userPassword
|
||||||
LDAPFieldCommonName=Nom commun
|
LDAPFieldCommonName=Nom commun
|
||||||
LDAPFieldCommonNameExample=Exemple : cn
|
LDAPFieldCommonNameExample=Exemple : cn
|
||||||
LDAPFieldName=Nom
|
LDAPFieldName=Nom
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user