summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-04 21:08:31 +0100
committerjocuri%softhome.net <>2006-03-04 21:08:31 +0100
commit92d1e8e22643ff141b4c530d0100ad3a11676a86 (patch)
treeda46e3b66eb34058c659696187ebe3721bdfd5d0 /template
parent6c3686bbc8a7abe68b7137d52784e47e0269ddf3 (diff)
downloadbugzilla-92d1e8e22643ff141b4c530d0100ad3a11676a86.tar.gz
bugzilla-92d1e8e22643ff141b4c530d0100ad3a11676a86.tar.xz
Patch for bug 216902: support LDAPS connections; patch by Christian Krause <chkr@plauener.de>, r=vladd, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/params/ldap.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl
index 6e7068796..af1a756a4 100644
--- a/template/en/default/admin/params/ldap.html.tmpl
+++ b/template/en/default/admin/params/ldap.html.tmpl
@@ -26,7 +26,8 @@
[% param_descs = {
LDAPserver => "The name (and optionally port) of your LDAP server " _
- "(e.g. ldap.company.com, or ldap.company.com:portnum).",
+ "(e.g. ldap.company.com, or ldap.company.com:portnum). " _
+ "Can be prefixed with ldap:// (default) or ldaps:// (for a secure connection).",
LDAPbinddn => "If your LDAP server requires that you use a binddn and password " _
"instead of binding anonymously, enter it here " _