summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/ldap.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-06-02 20:52:48 +0200
committerlpsolit%gmail.com <>2006-06-02 20:52:48 +0200
commit9ba60234f46f8f5a291983111951c6158671f7d7 (patch)
tree0722ca5e7d2283d0c163e08ac87f9a1404d33500 /template/en/default/admin/params/ldap.html.tmpl
parent2b9f5bf80911872ca809061bd46d8fc7f64c2929 (diff)
downloadbugzilla-9ba60234f46f8f5a291983111951c6158671f7d7.tar.gz
bugzilla-9ba60234f46f8f5a291983111951c6158671f7d7.tar.xz
Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=justdave
Diffstat (limited to 'template/en/default/admin/params/ldap.html.tmpl')
-rw-r--r--template/en/default/admin/params/ldap.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
index 0490aa675..aef2713b1 100644
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ b/template/en/default/admin/params/ldap.html.tmpl
@@ -29,6 +29,9 @@
"(e.g. ldap.company.com, or ldap.company.com:portnum). " _
"Can be prefixed with ldap:// (default) or ldaps:// (for a secure connection).",
+ LDAPstartls => "Whether to require encrypted communication once normal " _
+ "LDAP connection achieved with the server.",
+
LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _
"instead of binding anonymously, enter it here " _
"(e.g. cn=default,cn=user:password). " _