20 lines
505 B
XML
20 lines
505 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
|
|
|
|
<pam_mount>
|
|
<!-- Example using CIFS -->
|
|
<volume
|
|
fstype="cifs"
|
|
server="ucilnicesmb.fri1.uni-lj.si"
|
|
path="%(USER)"
|
|
mountpoint="~/"
|
|
options="sec=krb5i,cruid=%(USERUID)"
|
|
/>
|
|
<volume
|
|
fstype="cifs"
|
|
server="ucilnicesmb.fri1.uni-lj.si"
|
|
path="profiles/%(DOMAIN_USER).V6"
|
|
mountpoint="~/win_profile"
|
|
options="sec=krb5i,cruid=%(USERUID)"
|
|
/>
|
|
</pam_mount>
|