Bump to 1.14.1
[platform/upstream/augeas.git] / tests / root / etc / sysconfig / autofs
1 #
2 # Define default options for autofs.
3 #
4 # MASTER_MAP_NAME - default map name for the master map.
5 #
6 #MASTER_MAP_NAME="auto.master"
7 #
8 # TIMEOUT - set the default mount timeout (default 600).
9 #
10 TIMEOUT=3600
11 #
12 # NEGATIVE_TIMEOUT - set the default negative timeout for
13 #                    failed mount attempts (default 60).
14 #
15 #NEGATIVE_TIMEOUT=60
16 #
17 # BROWSE_MODE - maps are browsable by default.
18 #
19 BROWSE_MODE="yes"
20 #
21 # APPEND_OPTIONS - append to global options instead of replace.
22 #
23 #APPEND_OPTIONS="yes"
24 #
25 # LOGGING - set default log level "none", "verbose" or "debug"
26 #
27 #LOGGING="none"
28 #
29 # Define base dn for map dn lookup.
30 #
31 # Define server URIs
32 #
33 # LDAP_URI - space separated list of server uris of the form
34 #            <proto>://<server>[/] where <proto> can be ldap
35 #            or ldaps. The option can be given multiple times.
36 #            Map entries that include a server name override
37 #            this option.
38 #
39 #LDAP_URI=""
40 #
41 # LDAP__TIMEOUT - timeout value for the synchronous API  calls
42 #                 (default is LDAP library default).
43 #
44 #LDAP_TIMEOUT=-1
45 #
46 # LDAP_NETWORK_TIMEOUT - set the network response timeout (default 8).
47 #
48 #LDAP_NETWORK_TIMEOUT=8
49 #
50 # SEARCH_BASE - base dn to use for searching for map search dn.
51 #               Multiple entries can be given and they are checked
52 #               in the order they occur here.
53 #
54 #SEARCH_BASE=""
55 #
56 # Define the LDAP schema to used for lookups
57 #
58 # If no schema is set autofs will check each of the schemas
59 # below in the order given to try and locate an appropriate
60 # basdn for lookups. If you want to minimize the number of
61 # queries to the server set the values here.
62 #
63 #MAP_OBJECT_CLASS="nisMap"
64 #ENTRY_OBJECT_CLASS="nisObject"
65 #MAP_ATTRIBUTE="nisMapName"
66 #ENTRY_ATTRIBUTE="cn"
67 #VALUE_ATTRIBUTE="nisMapEntry"
68 #
69 # Other common LDAP nameing
70 #
71 #MAP_OBJECT_CLASS="automountMap"
72 #ENTRY_OBJECT_CLASS="automount"
73 #MAP_ATTRIBUTE="ou"
74 #ENTRY_ATTRIBUTE="cn"
75 #VALUE_ATTRIBUTE="automountInformation"
76 #
77 #MAP_OBJECT_CLASS="automountMap"
78 #ENTRY_OBJECT_CLASS="automount"
79 #MAP_ATTRIBUTE="automountMapName"
80 #ENTRY_ATTRIBUTE="automountKey"
81 #VALUE_ATTRIBUTE="automountInformation"
82 #
83 # AUTH_CONF_FILE - set the default location for the SASL
84 #                          authentication configuration file.
85 #
86 #AUTH_CONF_FILE="/etc/autofs_ldap_auth.conf"
87 #
88 # General global options
89 #
90 #OPTIONS=""
91 #