forked from rc/classroom
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
|
<volume
|
||||||
fstype="cifs"
|
fstype="cifs"
|
||||||
server="ucilnicesmb.fri1.uni-lj.si"
|
server="ucilnicesmb.fri1.uni-lj.si"
|
||||||
path="%(USER)"
|
path="profiles/%(DOMAIN_USER).%(DOMAIN_NAME)"
|
||||||
mountpoint="~/"
|
mountpoint="~/"
|
||||||
options="sec=krb5i,cruid=%(USERUID)"
|
options="sec=krb5i,cruid=%(USERUID)"
|
||||||
>
|
>
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
<or>
|
<or>
|
||||||
<user>local_admin</user>
|
<user>local_admin</user>
|
||||||
<user>root</user>
|
<user>root</user>
|
||||||
<sgrp>sudo</sgrp>
|
<sgrp>users</sgrp>
|
||||||
</or>
|
</or>
|
||||||
</not>
|
</not>
|
||||||
</volume>
|
</volume>
|
||||||
<volume
|
<!-- <volume
|
||||||
fstype="cifs"
|
fstype="cifs"
|
||||||
server="ucilnicesmb.fri1.uni-lj.si"
|
server="ucilnicesmb.fri1.uni-lj.si"
|
||||||
path="profiles/%(DOMAIN_USER).V6"
|
path="profiles/%(DOMAIN_USER).V6"
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
<or>
|
<or>
|
||||||
<user>local_admin</user>
|
<user>local_admin</user>
|
||||||
<user>root</user>
|
<user>root</user>
|
||||||
<sgrp>sudo</sgrp>
|
<sgrp>users</sgrp>
|
||||||
</or>
|
</or>
|
||||||
</not>
|
</not>
|
||||||
</volume>
|
</volume> -->
|
||||||
</pam_mount>
|
</pam_mount>
|
||||||
|
|
|
@ -28,6 +28,7 @@ krb5_store_password_if_offline = True
|
||||||
default_shell = /bin/bash
|
default_shell = /bin/bash
|
||||||
ldap_id_mapping = True
|
ldap_id_mapping = True
|
||||||
use_fully_qualified_names = True
|
use_fully_qualified_names = True
|
||||||
|
full_name_format = %1$s@%3$s
|
||||||
fallback_homedir = /home/%u@%d
|
fallback_homedir = /home/%u@%d
|
||||||
access_provider = ad
|
access_provider = ad
|
||||||
krb5_ccname_template = FILE:%d/krb5cc_%U
|
krb5_ccname_template = FILE:%d/krb5cc_%U
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue