~ubuntu-branches/ubuntu/saucy/autofs/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/autofs.default

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2005-05-13 13:39:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050513133952-teczxws3qt5wo40h
Tags: 4.1.3+4.1.4beta2-10
062_fix_memory_leak: Fix a memory leak in 060_non_replicated_ping.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Timeout value in seconds (default: 300)
 
2
TIMEOUT=300
 
3
 
 
4
# Direct maps are only partially implemented 
 
5
# and could silently break things. See /usr/share/doc/autofs/README.direct for information
 
6
# about current limitations and check your configurations before enabling them.
 
7
DISABLE_DIRECT=1
 
8
 
 
9
# The LDAP URI for auto.master
 
10
# (e. g. LDAPURI="ldap://ldapserver.example.com/")
 
11
#LDAPURI=
 
12
 
 
13
# The LDAP base for auto.master
 
14
# (e. g. LDAPBASE="ou=auto.master,ou=Automount,dc=example,dc=com")
 
15
#LDAPBASE=
 
16
 
 
17
# Restart autofs automatically on upgrades -- normally, you want this, but
 
18
# if you have critical files on autofs-mounted directories (the new autofs
 
19
# .deb file, for instance), you may want to set this to 1
 
20
#AUTOFS_DONT_RESTART_ON_UPGRADES=
 
21