mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
pwdFailureTime: fix/improve no_value_label
This commit is contained in:
parent
640c0c1d70
commit
60d67f3123
2 changed files with 6 additions and 3 deletions
|
@ -64,7 +64,7 @@ $GLOBALS['pwdPolicyAccountAttrs'] = array (
|
|||
'html_options' => array(
|
||||
'firstDayOfWeek' => 1,
|
||||
),
|
||||
'no_value_label' => 'Never',
|
||||
'no_value_label' => 'No fail since last successful connection',
|
||||
'multiple' => 1,
|
||||
'rights' => array(
|
||||
'self' => 'r',
|
||||
|
|
|
@ -379,7 +379,6 @@ $GLOBALS['LSlang'] = array (
|
|||
|
||||
# LSobjects.LSpeople.attrs.pwdChangedTime.no_value_label
|
||||
# LSobjects.LSpeople.attrs.pwdGraceUseTime.no_value_label
|
||||
# LSobjects.LSpeople.attrs.pwdFailureTime.no_value_label
|
||||
# LSobjects.LSpeople.attrs.shadowLastChange.no_value_label
|
||||
# LSobjects.LSpeople.attrs.sambaLogonTime.no_value_label
|
||||
# LSobjects.LSpeople.attrs.sambaLogoffTime.no_value_label
|
||||
|
@ -389,7 +388,6 @@ $GLOBALS['LSlang'] = array (
|
|||
# LSobjects.LSpeople.attrs.sambaPwdCanChange.html_options.special_values.2147483647
|
||||
# LSobjects.LSsysaccount.attrs.pwdChangedTime.no_value_label
|
||||
# LSobjects.LSsysaccount.attrs.pwdGraceUseTime.no_value_label
|
||||
# LSobjects.LSsysaccount.attrs.pwdFailureTime.no_value_label
|
||||
"Never" =>
|
||||
"Jamais",
|
||||
|
||||
|
@ -399,6 +397,11 @@ $GLOBALS['LSlang'] = array (
|
|||
"No (default)" =>
|
||||
"Non (par défaut)",
|
||||
|
||||
# LSobjects.LSpeople.attrs.pwdFailureTime.no_value_label
|
||||
# LSobjects.LSsysaccount.attrs.pwdFailureTime.no_value_label
|
||||
"No fail since last successful connection" =>
|
||||
"Aucun échec depuis la dernière connexion réussie",
|
||||
|
||||
# LSobjects.pwdPolicy.attrs.pwdGraceAuthNLimit.no_value_label
|
||||
"No grace delay (default)" =>
|
||||
"Aucun délai de grâce (par défaut)",
|
||||
|
|
Loading…
Reference in a new issue