source: trunk/puppet/modules/puppet-openldap/templates/pam_mount.conf.xml.erb @ 569

Last change on this file since 569 was 569, checked in by sebas@…, 14 years ago

el template de pammont

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
3<!--
4        See pam_mount.conf(5) for a description.
5-->
6
7<pam_mount>
8
9
10                <!-- Volume definitions -->
11
12<volume fstype="<%= pammount_fstype %>" server="<%= pammount_server %>" path="<%= pammount_path %>" mountpoint="<%= pammount_mountpoint %>" />
13
14                <!-- pam_mount parameters: General tunables -->
15
16<debug enable="0" />
17<!--
18<luserconf name=".pam_mount.conf.xml" />
19-->
20
21<!-- Note that commenting out mntoptions will give you the defaults.
22     You will need to explicitly initialize it with the empty string
23     to reset the defaults to nothing. -->
24<mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
25<!--
26<mntoptions deny="suid,dev" />
27<mntoptions allow="*" />
28<mntoptions deny="*" />
29-->
30<mntoptions require="nosuid,nodev" />
31<path>/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin</path>
32
33<logout wait="0" hup="0" term="0" kill="0" />
34
35
36                <!-- pam_mount parameters: Volume-related -->
37
38<mkmountpoint enable="1" remove="true" />
39
40
41</pam_mount>
Note: See TracBrowser for help on using the repository browser.