summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-05-31 06:17:34 +0200
committermkanat%bugzilla.org <>2006-05-31 06:17:34 +0200
commitee385c93da32df2d6d956d537a4508f874679945 (patch)
tree217b357ae0c4419e8978ceaf9bd89d01f89b0ed5 /template
parentf3254c63caf96f5a1106272d8393a66f4a32fc42 (diff)
downloadbugzilla-ee385c93da32df2d6d956d537a4508f874679945.tar.gz
bugzilla-ee385c93da32df2d6d956d537a4508f874679945.tar.xz
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.tmpl8
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." }