Skip to content
Snippets Groups Projects
Verified Commit 2b853bb7 authored by David Beniamine's avatar David Beniamine
Browse files

Restor mount options that prevent duplicate session openning

parent 1e4f8366
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment