Switch from pam_mount to a multiuser cifs mount
This commit is contained in:
parent
7cea32ecba
commit
8b96036196
4 changed files with 37 additions and 9 deletions
|
|
@ -9,7 +9,7 @@
|
|||
server="ucilnicesmb.fri1.uni-lj.si"
|
||||
path="profiles/%(DOMAIN_USER).%(DOMAIN_NAME)"
|
||||
mountpoint="~/"
|
||||
options="sec=krb5i,cruid=%(USERUID),nobrl,sfu,mfsymlinks"
|
||||
options="sec=krb5i,cruid=%(USERUID),nobrl,sfu,mfsymlinks,dir_mode=0700,file_mode=0700,cache=loose,nostrictsync"
|
||||
>
|
||||
<not>
|
||||
<or>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue