Fixed the label in Operation/User:www_editUser, generated by editUserForm in LDAP.pm. Fixes bug #11395.
This commit is contained in:
parent
7470a15fcf
commit
f24963bbfe
3 changed files with 8 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ sub editUserForm {
|
|||
);
|
||||
$f->text(
|
||||
-name => "authLDAP_connectDN",
|
||||
-label => $i18n->get(4),
|
||||
-label => $i18n->get('LDAP User DN'),
|
||||
-value => $connectDN,
|
||||
);
|
||||
$self->session->style->setRawHeadTags($jscript);
|
||||
|
|
|
|||
|
|
@ -159,6 +159,12 @@ our $I18N = {
|
|||
lastUpdated => 1031514049,
|
||||
},
|
||||
|
||||
'LDAP User DN' => {
|
||||
message => q|LDAP User DN|,
|
||||
lastUpdated => 1265671176,
|
||||
context => q|The actual DN for the user to use when logging in.|,
|
||||
},
|
||||
|
||||
'connect_dn_help' => {
|
||||
message => q|The distinguished name used to make an LDAP connection. Used to be called Connect DN.|,
|
||||
lastUpdated => 1249688660,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue