aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-05-21 17:12:58 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-05-21 17:12:58 +0200
commit2a46e9470a33c8e14b89c4b867a24b78b40ca54c (patch)
treeba4bfe8511c27cc82e6739c3c3e983c13b52da65
parentc90beb4934a29ea1f082e384040242823aa39404 (diff)
Added more command to the sudoers line.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 930575a..03dce1e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -293,7 +293,7 @@ To enable LDAP:
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, /usr/bin/getent
+ %rhodecode ALL=(ALL) NOPASSWD: /usr/sbin/groupadd, /usr/sbin/groupmod, /usr/bin/gpasswd, /usr/bin/change-repo-ownership, /usr/bin/getent, /usr/sbin/delgroup, /bin/chmod, /usr/bin/find
Configuration
=============