summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authormallowlabs <mallowlabs@gmail.com>2012-09-08 21:40:53 +0900
committermallowlabs <mallowlabs@gmail.com>2012-09-08 21:40:53 +0900
commit98ba4e116e79dfda72810b1e5135a4d9b1ddab6e (patch)
treeae8b2c8993d7d547dd08b28088519cb365465102 /distrib
parent13a3f5bc3e2d25fc76850f86070dc34efe60d77a (diff)
downloadgitblit-98ba4e116e79dfda72810b1e5135a4d9b1ddab6e.tar.gz
gitblit-98ba4e116e79dfda72810b1e5135a4d9b1ddab6e.zip
Added RedmineUserService
Diffstat (limited to 'distrib')
-rw-r--r--distrib/gitblit.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index c7f0ae35..fe7692be 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -301,6 +301,7 @@ web.projectsFile = projects.conf
#
# Alternative user services:
# com.gitblit.LdapUserService
+# com.gitblit.RedmineUserService
#
# Any custom user service implementation must have a public default constructor.
#
@@ -941,6 +942,16 @@ realm.ldap.displayName = displayName
# SINCE 1.0.0
realm.ldap.email = email
+# The RedmineUserService must be backed by another user service for standard user
+# and team management.
+# default: users.conf
+#
+# RESTART REQUIRED
+realm.redmine.backingUserService = users.conf
+
+# URL of the Redmine.
+realm.redmine.url = http://example.com/redmine
+
#
# Server Settings
#