diff options
Diffstat (limited to 'testing/samba/winbind.post-install')
-rw-r--r-- | testing/samba/winbind.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/samba/winbind.post-install b/testing/samba/winbind.post-install new file mode 100644 index 000000000..59abe0ff9 --- /dev/null +++ b/testing/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 + |