Forward port LDAP relabeling.

This commit is contained in:
Colin Kuskie 2009-08-08 02:30:19 +00:00
parent e53d921397
commit 2236460583
2 changed files with 31 additions and 26 deletions

View file

@ -3,6 +3,7 @@
- fixed #10316: Cannot view pending version tags
- fixed #10710: testEnvironment 7.6.33
- fixed #9777: Cursor disappears in non-Rich Editor window
- fixed LDAP labels were made more consistent with typical usage.
- fixed #10667: cannot change size of template editor
- fixed #10654: Story Archive: Search not working properly
- fixed #10692: Unprivileged users can stop spectre

View file

@ -90,8 +90,8 @@ our $I18N = {
},
'7' => {
message => q|LDAP Identity Name|,
lastUpdated => 1031514049
message => q|Username Label|,
lastUpdated => 1249690147,
},
'2' => {
@ -130,8 +130,8 @@ our $I18N = {
},
'6' => {
message => q|LDAP Identity (default)|,
lastUpdated => 1031514049
message => q|Username Attribute|,
lastUpdated => 1249689883,
},
'3' => {
@ -150,13 +150,18 @@ our $I18N = {
},
'8' => {
message => q|LDAP Password Name|,
lastUpdated => 1031514049
message => q|Password Label|,
lastUpdated => 1249690167,
},
'4' => {
message => q|Connect DN|,
lastUpdated => 1031514049
message => q|LDAP Proxy Username|,
lastUpdated => 1031514049,
},
'connect_dn_help' => {
message => q|The distinguished name used to make an LDAP connection. Used to be called Connect DN.|,
lastUpdated => 1249688660,
},
'account.form.karma' => {
@ -510,10 +515,10 @@ our $I18N = {
lastUpdated => 1116151382
},
# 'LDAPLink_990' => {
# message => q|Edit LDAP Connection|,
# lastUpdated => 1056151382
# },
'LDAPLink_990' => {
message => q|Edit LDAP Connection|,
lastUpdated => 1056151382
},
'LDAPLink_991' => {
message => q|LDAP Connection ID|,
@ -531,13 +536,13 @@ our $I18N = {
},
'LDAPLink_994' => {
message => q|Connect DN|,
lastUpdated => 1056151382
message => q|LDAP Proxy Username|,
lastUpdated => 1249689834,
},
'LDAPLink_995' => {
message => q|Identifier|,
lastUpdated => 1056151382
message => q|LDAP Proxy Password|,
lastUpdated => 1249689837,
},
'LDAPLink_992 description' => {
@ -553,16 +558,15 @@ our $I18N = {
},
'LDAPLink_994 description' => {
message => q|<p>DN = Distinguished Name. A DN is a unique path to a particular object within an LDAP
directory. In this case, the "Connect DN" is the DN that points to the user account
message => q|<p>The LDAP Proxy Username is the DN (Distinguished Name) that points to the user account
record for authenticating against this LDAP server at a permission level that has full read and write access to all of the users and groups on your LDAP server.
Usually that will look something like:</p>
<p>cn=Joe Shmoe,ou=people,dc=example,dc=com</p>|,
lastUpdated => 1146630168,
lastUpdated => 1249689806,
},
'LDAPLink_995 description' => {
message => q|The password for the account entered in the "Connect DN" field|,
message => q|The password for the account entered in the "LDAP Proxy Username" field|,
lastUpdated => 1120164594,
},
@ -575,18 +579,18 @@ and should be entered as such.</p>|,
},
'6 description' => {
message => q|The LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>shortname</b>, which takes the form of first initial + last name. Example: jdoe. Therefore, if you specify the LDAP identity to be <i>shortname</i> then Jon Doe would enter <i>jdoe</i> during the registration process.|,
lastUpdated => 1165512076,
message => q|The Username Attribute is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>cn</b>, <b>uid</b>, or <b>shortname</b>. Example: jdoe. Therefore, if you specify the LDAP identity to be <b>shortname</b> then Jon Doe would enter <i>jdoe</i> during the registration process.|,
lastUpdated => 1249690122,
},
'7 description' => {
message => q|The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i>. So you could enter that label here for consistency.|,
lastUpdated => 1120164594,
message => q|The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their <i>Web Username</i>. So you could enter that label here for consistency. Used to be called LDAP Identity Label.|,
lastUpdated => 1249690190,
},
'8 description' => {
message => q|Just as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.|,
lastUpdated => 1120164594,
message => q|The label used to describe the field where the user will enter a password for authentication. Used to be called LDAP Password Name.|,
lastUpdated => 1249690272,
},
'868 description' => {