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>
|
||||
|
|
|
@ -28,6 +28,7 @@ krb5_store_password_if_offline = True
|
|||
default_shell = /bin/bash
|
||||
ldap_id_mapping = True
|
||||
use_fully_qualified_names = True
|
||||
full_name_format = %1$s@%3$s
|
||||
fallback_homedir = /home/%u@%d
|
||||
access_provider = ad
|
||||
krb5_ccname_template = FILE:%d/krb5cc_%U
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue