Enable common homes between Windows and Ubuntu

This commit is contained in:
Gašper Fele-Žorž 2025-09-11 13:15:49 +02:00
parent d03aa86378
commit 5db95e8709
2 changed files with 6 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<volume
fstype="cifs"
server="ucilnicesmb.fri1.uni-lj.si"
path="%(USER)"
path="profiles/%(DOMAIN_USER).%(DOMAIN_NAME)"
mountpoint="~/"
options="sec=krb5i,cruid=%(USERUID)"
>
@ -15,11 +15,11 @@
<or>
<user>local_admin</user>
<user>root</user>
<sgrp>sudo</sgrp>
<sgrp>users</sgrp>
</or>
</not>
</volume>
<volume
<!-- <volume
fstype="cifs"
server="ucilnicesmb.fri1.uni-lj.si"
path="profiles/%(DOMAIN_USER).V6"
@ -30,8 +30,8 @@
<or>
<user>local_admin</user>
<user>root</user>
<sgrp>sudo</sgrp>
<sgrp>users</sgrp>
</or>
</not>
</volume>
</volume> -->
</pam_mount>