From 845b532f90092638606c71a446bef10e5a45f3af Mon Sep 17 00:00:00 2001
From: Steffen Gebert <steffen.gebert@informatik.uni-wuerzburg.de>
Date: Thu, 09 Aug 2012 09:32:31 -0400
Subject: [PATCH] StartTLS is not supported in LdapUserService (issue 122)

---
 distrib/gitblit.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 70718b6..a5a47b7 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -797,6 +797,8 @@
 #
 
 # 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

--
Gitblit v1.9.1