From d03aff630cbcd49f02d51f08ec59ac3cf7f41d0e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 23 Oct 2011 10:25:39 -0400
Subject: [PATCH] Separate management from administration in rpc servlet.

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

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index d5e4572..28a6db8 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -93,8 +93,16 @@
 # SINCE 0.7.0 
 web.enableRpcServlet = true
 
-# Allows remote clients to administer the Gitblit instance, if the authenticated
-# account has administrator permissions.  Requires *web.enableRpcServlet=true*.
+# Allows remote clients to manage repositories and users of the Gitblit instance,
+# if the authenticated account has administrator permissions.
+# Requires *web.enableRpcServlet=true*.
+#
+# SINCE 0.7.0 
+web.enableRpcManagement = false
+
+# Allows remote clients to control the server settings of the Gitblit instance,
+# if the authenticated account has administrator permissions.
+# Requires *web.enableRpcServlet=true* and *web.enableRpcManagement*.
 #
 # SINCE 0.7.0 
 web.enableRpcAdministration = false

--
Gitblit v1.9.1