Ultime modifiche.
This commit is contained in:
parent
6951028ae5
commit
73a828502c
12 changed files with 184 additions and 3 deletions
28
roles/pam/templates/pam_mount.conf.xml
Normal file
28
roles/pam/templates/pam_mount.conf.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
|
||||
|
||||
<pam_mount>
|
||||
<debug enable="0" />
|
||||
|
||||
<!--
|
||||
<luserconf name=".pam_mount.conf.xml" />
|
||||
-->
|
||||
|
||||
<mntoptions deny="suid,dev,exec" />
|
||||
<mntoptions allow="*" />
|
||||
<mntoptions require="nosuid,nodev,noexec" />
|
||||
|
||||
<logout wait="0" hup="no" term="no" kill="no" />
|
||||
|
||||
<volume
|
||||
fstype="cifs"
|
||||
sgrp="domain users"
|
||||
server="{{ server }}"
|
||||
path="{{ personal_share }}/%(DOMAIN_USER)"
|
||||
mountpoint="~/Personale"
|
||||
options="vers=3.0,sec=krb5i,cruid=%(USERUID),nodev,nosuid,noexec,rw"
|
||||
/>
|
||||
|
||||
<mkmountpoint enable="1" remove="true" />
|
||||
</pam_mount>
|
||||
<!-- vim:sts=4:sw=4 -->
|
Loading…
Add table
Add a link
Reference in a new issue