summaryrefslogtreecommitdiff
path: root/skip/samba/winbind.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'skip/samba/winbind.post-install')
-rw-r--r--skip/samba/winbind.post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/skip/samba/winbind.post-install b/skip/samba/winbind.post-install
new file mode 100644
index 0000000..59abe0f
--- /dev/null
+++ b/skip/samba/winbind.post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+chgrp winbind /var/cache/samba/winbindd_privileged
+chmod 750 /var/cache/samba/winbindd_privileged
+exit 0
+