diff options
author | lpsolit%gmail.com <> | 2006-07-11 09:42:57 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-11 09:42:57 +0200 |
commit | dbb4dc8e4e689253f0e9c5d162f342e8e652c456 (patch) | |
tree | 8fab15635de6a6b6d6c64c8a739bb2d635000cac /template/en/default | |
parent | c47738d0f23009636eae897da087105044ee23b5 (diff) | |
download | bugzilla-dbb4dc8e4e689253f0e9c5d162f342e8e652c456.tar.gz bugzilla-dbb4dc8e4e689253f0e9c5d162f342e8e652c456.tar.xz |
Bug 339731: [LDAP] URI-parsing code duplicated with Net::LDAP - Patch by guillomovitch@zarb.org r=mkanat a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/params/ldap.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl index aef2713b1..a3c7e4643 100644 --- a/template/en/default/admin/params/ldap.html.tmpl +++ b/template/en/default/admin/params/ldap.html.tmpl @@ -27,7 +27,10 @@ [% param_descs = { LDAPserver => "The name (and optionally port) of your LDAP server " _ "(e.g. ldap.company.com, or ldap.company.com:portnum). " _ - "Can be prefixed with ldap:// (default) or ldaps:// (for a secure connection).", + "URI syntax can also be used, such as "_ + "ldaps://ldap.company.com (for a secure connection) or " _ + "ldapi://%2fvar%2flib%2fldap_sock (for a socket-based " _ + "local connection.", LDAPstartls => "Whether to require encrypted communication once normal " _ "LDAP connection achieved with the server.", |