~ubuntu-branches/debian/wheezy/autofs/wheezy

« back to all changes in this revision

Viewing changes to samples/auto.master.ldap

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-03-08 01:36:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308013609-cvs4f2ecoyoism02
Tags: 4.1.4+debian-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures.  Closes: #463419.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Sample auto.master file that uses an LDAP server
 
3
#
 
4
# autofs can use either the automountMap or the nisMap schema.
 
5
#
 
6
# When using the automountMap schema use an entry like
 
7
#
 
8
# /home   ldap://budgie/ou=auto.indirect,dc=themaw,dc=net
 
9
#
 
10
# or if the default LDAP server is set in your LDAP config
 
11
# you can use this
 
12
#
 
13
/home   ldap:ou=auto.indirect,dc=themaw,dc=net
 
14
#
 
15
# When using the nisMap schema use an entry like
 
16
 
17
#/other   ldap://budgie/nisMapName=auto.indirect,dc=themaw,dc=net
 
18
#
 
19
# or if the default LDAP server is set in your LDAP config
 
20
# you can use this
 
21
#
 
22
/other   ldap:nisMapName=auto.indirect,dc=themaw,dc=net