summaryrefslogtreecommitdiffstats
path: root/roles/common-LDAP
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-05-14 23:13:52 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-05-14 23:13:52 +0200
commitfcc12720a977c754b1e7ef79d67410b445caf065 (patch)
treea6455c2b5ddd9b98a0e4cbe230d8039e275d1cef /roles/common-LDAP
parent32508606f6bac9d0b5e0eedbbaa5074d2200251b (diff)
Change group of executables in /usr/local/{bin,sbin} from root to staff.
Diffstat (limited to 'roles/common-LDAP')
-rw-r--r--roles/common-LDAP/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common-LDAP/tasks/main.yml b/roles/common-LDAP/tasks/main.yml
index 6ad561e..22265cd 100644
--- a/roles/common-LDAP/tasks/main.yml
+++ b/roles/common-LDAP/tasks/main.yml
@@ -132,7 +132,7 @@
- name: Copy /usr/local/sbin/slapcat-all.sh
copy: src=usr/local/sbin/slapcat-all.sh
dest=/usr/local/sbin/slapcat-all.sh
- owner=root group=root
+ owner=root group=staff
mode=0755