diff options
author | Steffen Gebert <steffen.gebert@informatik.uni-wuerzburg.de> | 2012-08-09 10:45:59 +0200 |
---|---|---|
committer | Steffen Gebert <steffen.gebert@typo3.org> | 2012-08-09 15:32:31 +0200 |
commit | 845b532f90092638606c71a446bef10e5a45f3af (patch) | |
tree | d56af7f6f7c9f72ccf2ce94416a4f969698e0ca4 /distrib | |
parent | 756117adc7f5b4bd21948ede7ab0085aa42d5ccc (diff) | |
download | gitblit-845b532f90092638606c71a446bef10e5a45f3af.tar.gz gitblit-845b532f90092638606c71a446bef10e5a45f3af.zip |
StartTLS is not supported in LdapUserService (issue 122)
By providing an URL in the format "ldap+tls://ldapserver.example.com",
you can now connect to LDAP servers that require StartTLS command.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 70718b67..a5a47b78 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -797,6 +797,8 @@ federation.sets = #
# URL of the LDAP server.
+# To use encrypted transport, use either ldaps:// URL for SSL or ldap+tls:// to
+# send StartTLS command.
#
# SINCE 1.0.0
realm.ldap.server = ldap://localhost
|