Enable common homes between Windows and Ubuntu
This commit is contained in:
parent
d03aa86378
commit
5db95e8709
2 changed files with 6 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue