From be49ef9b1b2ab0ee251085efd5930b6f99bbced9 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 05 Oct 2015 08:09:53 -0400
Subject: [PATCH] Address review comments

---
 src/main/distrib/data/defaults.properties |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index 764e9a6..5db6883 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -148,10 +148,11 @@
 # SINCE 1.7.0
 git.sshKrb5Keytab = ""
 
-# Strip domain from kerberos usernamae.
+# Strip the domain suffix from a kerberos username.
+# e.g. james@bigbox would be "james"
 #
 # SINCE 1.7.0
-git.sshKrb5StripDomain = "true"
+git.sshKrb5StripDomain = true
 
 # The service principal name to be used for Kerberos5.  The default is host/hostname.
 #

--
Gitblit v1.9.1