diff --git a/dist/etc/security/pam_mount.conf.xml b/dist/etc/security/pam_mount.conf.xml index c4c7fb8950b4007ee90cff289271bbe6e88c8a9a..08afcc944a2fbc1e01ae8b453252909ac0db57a9 100644 --- a/dist/etc/security/pam_mount.conf.xml +++ b/dist/etc/security/pam_mount.conf.xml @@ -13,7 +13,7 @@ <debug enable="0" /> <!-- Volume definitions --> - <volume user="*" fstype="cifs" server="192.168.234.6" path="%(DOMAIN_USER)" mountpoint="/home/%(DOMAIN_USER)" /> + <volume user="*" fstype="cifs" server="192.168.234.6" path="%(DOMAIN_USER)" mountpoint="/home/%(DOMAIN_USER)" options="user,sec=ntlm,nodev,nosuid" /> <volume user="*" fstype="cifs" server="192.168.234.6" path="Profs" mountpoint="/home/Profs" options="gid=5002"/> <volume user="*" fstype="cifs" server="192.168.234.6" path="Eleves" mountpoint="/home/Eleves" />