aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index eff25ab..34f1590 100644
--- a/INSTALL
+++ b/INSTALL
@@ -283,6 +283,16 @@ To enable LDAP:
http://packages.python.org/RhodeCode/setup.html#setting-up-ldap-support
+ * To support ACL with SSH keys for public repositories you will need to
+ enable rhodecode group to have system groupadd and groupmod privileges.
+ In order to enable this type:
+
+ sudo visudo
+
+ And under the "# User alias specification" add the following line:
+
+ %rhodecode ALL=(ALL) NOPASSWD: /usr/sbin/groupadd, /usr/sbin/groupmod, /usr/bin/gpasswd, /usr/bin/change-repo-ownership
+
Configuration
=============