summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data/defaults.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/distrib/data/defaults.properties')
-rw-r--r--src/main/distrib/data/defaults.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index f88407f4..4606f5fc 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -154,6 +154,12 @@ git.sshKrb5Keytab =
# SINCE 1.7.0
git.sshKrb5ServicePrincipalName =
+# Strip the domain suffix from a kerberos username.
+# e.g. james@bigbox would be "james"
+#
+# SINCE 1.7.0
+git.sshKrb5StripDomain = true
+
# SSH backend NIO2|MINA.
#
# The Apache Mina project recommends using the NIO2 backend.