Add permissions needed for Active Directory authentification to Samba

profiles.

References: https://bugzilla.novell.com/show_bug.cgi?id=713728

Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
Christian Boltz 2011-08-27 20:50:42 +02:00
parent 1c1cc65cbd
commit bb1b5f986b
2 changed files with 10 additions and 0 deletions

View file

@ -7,9 +7,18 @@
capability net_bind_service,
/proc/sys/kernel/core_pattern r,
/usr/sbin/nmbd mr,
/var/{cache,lib}/samba/browse.dat* rw,
/var/{cache,lib}/samba/wins.dat* rw,
/var/{cache,lib}/samba/smb_krb5/ rw,
/var/{cache,lib}/samba/smb_krb5/krb5.conf* rw,
/var/{cache,lib}/samba/smb_tmp_krb5.* rw,
/var/{cache,lib}/samba/sync.* rw,
/var/{cache,lib}/samba/unexpected rw,
/{,var/}run/samba/** rwk,
# Site-specific additions and overrides. See local/README for details.

View file

@ -23,6 +23,7 @@
/etc/mtab r,
/etc/printcap r,
/proc/*/mounts r,
/proc/sys/kernel/core_pattern r,
/usr/sbin/smbd mr,
/etc/samba/* rwk,
/var/cache/samba/** rwk,