diff options
author | mkanat%bugzilla.org <> | 2006-05-31 04:17:34 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-05-31 04:17:34 +0000 |
commit | ee385c93da32df2d6d956d537a4508f874679945 (patch) | |
tree | 217b357ae0c4419e8978ceaf9bd89d01f89b0ed5 /template | |
parent | f3254c63caf96f5a1106272d8393a66f4a32fc42 (diff) | |
download | bugs-ee385c93da32df2d6d956d537a4508f874679945.tar bugs-ee385c93da32df2d6d956d537a4508f874679945.tar.gz bugs-ee385c93da32df2d6d956d537a4508f874679945.tar.bz2 bugs-ee385c93da32df2d6d956d537a4508f874679945.tar.xz bugs-ee385c93da32df2d6d956d537a4508f874679945.zip |
Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as the Bugzilla username
Patch By guillomovitch@zarb.org r=mkanat, a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/ldap.html.tmpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl index af1a756a4..0490aa675 100644 --- a/template/en/default/admin/params/ldap.html.tmpl +++ b/template/en/default/admin/params/ldap.html.tmpl @@ -39,8 +39,12 @@ LDAPuidattribute => "The name of the attribute containing the user's login name.", - LDAPmailattribute => "The name of the attribute of a user in your directory that " _ - "contains the email address.", + LDAPmailattribute => "The name of the attribute of a user in your " _ + "directory that contains the email address, to be " _ + "used as $terms.Bugzilla username. If this parameter " _ + "is empty, $terms.Bugzilla will use the LDAP username"_ + " as the $terms.Bugzilla username. You may also want" _ + " to set the \"emailsuffix\" parameter, in this case.", LDAPfilter => "LDAP filter to AND with the <tt>LDAPuidattribute</tt> for " _ "filtering the list of valid users." } |