~ubuntu-branches/ubuntu/precise/autofs5/precise

« back to all changes in this revision

Viewing changes to .pc/autofs-5.0.4-add-mount-wait-parameter.patch/samples/autofs.conf.default.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-03 14:35:46 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110703143546-nej26krjij0rf792
Tags: 5.0.6-0ubuntu1
* New upstream release:
  - Dropped upstream patches 
  - Refreshed debian/patches/17ld.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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=300
11
 
#
12
 
# NEGATIVE_TIMEOUT - set the default negative timeout for
13
 
#                    failed mount attempts (default 60).
14
 
#
15
 
#NEGATIVE_TIMEOUT=60
16
 
#
17
 
# UMOUNT_WAIT - time to wait for a response from umount(8).
18
 
#
19
 
#UMOUNT_WAIT=12
20
 
#
21
 
# BROWSE_MODE - maps are browsable by default.
22
 
#
23
 
BROWSE_MODE="no"
24
 
#
25
 
# MOUNT_NFS_DEFAULT_PROTOCOL - specify the default protocol used by
26
 
#                              mount.nfs(8). Since we can't identify
27
 
#                              the default automatically we need to
28
 
#                              set it in our configuration. This will
29
 
#                              only make a difference for replicated
30
 
#                              map entries as availability probing isn't
31
 
#                              used for single host map entries.
32
 
#
33
 
#MOUNT_NFS_DEFAULT_PROTOCOL=3
34
 
#
35
 
# APPEND_OPTIONS - append to global options instead of replace.
36
 
#
37
 
#APPEND_OPTIONS="yes"
38
 
#
39
 
# LOGGING - set default log level "none", "verbose" or "debug"
40
 
#
41
 
#LOGGING="none"
42
 
#
43
 
# Define server URIs
44
 
#
45
 
# LDAP_URI - space seperated list of server uris of the form
46
 
#            <proto>://<server>[/] where <proto> can be ldap
47
 
#            or ldaps. The option can be given multiple times.
48
 
#            Map entries that include a server name override
49
 
#            this option.
50
 
#
51
 
#            This configuration option can also be used to
52
 
#            request autofs lookup SRV RRs for a domain of
53
 
#            the form <proto>:///[<domain dn>]. Note that a
54
 
#            trailing "/" is not allowed when using this form.
55
 
#            If the domain dn is not specified the dns domain
56
 
#            name (if any) is used to construct the domain dn
57
 
#            for the SRV RR lookup. The server list returned
58
 
#            from an SRV RR lookup is refreshed according to
59
 
#            the minimum ttl found in the SRV RR records or
60
 
#            after one hour, whichever is less.
61
 
#
62
 
#LDAP_URI=""
63
 
#
64
 
# LDAP__TIMEOUT - timeout value for the synchronous API  calls
65
 
#                 (default is LDAP library default).
66
 
#
67
 
#LDAP_TIMEOUT=-1
68
 
#
69
 
# LDAP_NETWORK_TIMEOUT - set the network response timeout (default 8).
70
 
#
71
 
#LDAP_NETWORK_TIMEOUT=8
72
 
#
73
 
# Define base dn for map dn lookup.
74
 
#
75
 
# SEARCH_BASE - base dn to use for searching for map search dn.
76
 
#               Multiple entries can be given and they are checked
77
 
#               in the order they occur here.
78
 
#
79
 
#SEARCH_BASE=""
80
 
#
81
 
# Define the LDAP schema to used for lookups
82
 
#
83
 
# If no schema is set autofs will check each of the schemas
84
 
# below in the order given to try and locate an appropriate
85
 
# basdn for lookups. If you want to minimize the number of
86
 
# queries to the server set the values here.
87
 
#
88
 
#MAP_OBJECT_CLASS="nisMap"
89
 
#ENTRY_OBJECT_CLASS="nisObject"
90
 
#MAP_ATTRIBUTE="nisMapName"
91
 
#ENTRY_ATTRIBUTE="cn"
92
 
#VALUE_ATTRIBUTE="nisMapEntry"
93
 
#
94
 
# Other common LDAP nameing
95
 
#
96
 
#MAP_OBJECT_CLASS="automountMap"
97
 
#ENTRY_OBJECT_CLASS="automount"
98
 
#MAP_ATTRIBUTE="ou"
99
 
#ENTRY_ATTRIBUTE="cn"
100
 
#VALUE_ATTRIBUTE="automountInformation"
101
 
#
102
 
#MAP_OBJECT_CLASS="automountMap"
103
 
#ENTRY_OBJECT_CLASS="automount"
104
 
#MAP_ATTRIBUTE="automountMapName"
105
 
#ENTRY_ATTRIBUTE="automountKey"
106
 
#VALUE_ATTRIBUTE="automountInformation"
107
 
#
108
 
# AUTH_CONF_FILE - set the default location for the SASL
109
 
#                          authentication configuration file.
110
 
#
111
 
#AUTH_CONF_FILE="@@autofsmapdir@@/autofs_ldap_auth.conf"
112
 
#
113
 
# MAP_HASH_TABLE_SIZE - set the map cache hash table size.
114
 
#                       Should be a power of 2 with a ratio roughly
115
 
#                       between 1:10 and 1:20 for each map.
116
 
#
117
 
#MAP_HASH_TABLE_SIZE=1024
118
 
#
119
 
# General global options
120
 
#
121
 
# If the kernel supports using the autofs miscellanous device
122
 
# and you wish to use it you must set this configuration option
123
 
# to "yes" otherwise it will not be used.
124
 
USE_MISC_DEVICE="yes"
125
 
#
126
 
#OPTIONS=""
127
 
#