From 0aa8cf8606600d628b2c491e52e9e3c901f9cc80 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 25 Apr 2012 19:55:41 -0400
Subject: [PATCH] Allow user services to control editing of display name and email address
---
distrib/gitblit.properties | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index da66212..8bfa417 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -231,21 +231,21 @@
#
# SPACE-DELIMITED
# SINCE 1.0.0
-realm.ldap.admins= @Git_Admins
+realm.ldap.admins = @Git_Admins
-# Attribute(s) on the USER record that indicate their display (or full) name. Leave blank
-# for no mapping available in LDAP
+# Attribute(s) on the USER record that indicate their display (or full) name.
+# Leave blank for no mapping available in LDAP.
#
# This may be a single attribute, or a string of multiple attributes. Examples:
# displayName - Uses the attribute 'displayName' on the user record
# ${personalTitle}. ${givenName} ${surname} - Will concatenate the 3
-# attributes together, with a '.' after personalTitle
+# attributes together, with a '.' after personalTitle
#
# SINCE 1.0.0
-realm.ldap.displayName= displayName
+realm.ldap.displayName = displayName
-# Attribute(s) on the USER record that indicate their email address. Leave blank
-# for no mapping available in LDAP
+# Attribute(s) on the USER record that indicate their email address.
+# Leave blank for no mapping available in LDAP.
#
# This may be a single attribute, or a string of multiple attributes. Examples:
# email - Uses the attribute 'email' on the user record
--
Gitblit v1.9.1