Blame samples/auto.master.ldap

Packit 8480eb
#
Packit 8480eb
# Sample auto.master file that uses an LDAP server
Packit 8480eb
#
Packit 8480eb
# autofs can use either the automountMap or the nisMap schema.
Packit 8480eb
#
Packit 8480eb
# When using the automountMap schema use an entry like
Packit 8480eb
#
Packit 8480eb
# /home   ldap://budgie/ou=auto.indirect,dc=themaw,dc=net
Packit 8480eb
#
Packit 8480eb
# or if the default LDAP server is set in your LDAP config
Packit 8480eb
# you can use this
Packit 8480eb
#
Packit 8480eb
/home   ldap:ou=auto.indirect,dc=themaw,dc=net
Packit 8480eb
#
Packit 8480eb
# When using the nisMap schema use an entry like
Packit 8480eb
# 
Packit 8480eb
#/other   ldap://budgie/nisMapName=auto.indirect,dc=themaw,dc=net
Packit 8480eb
#
Packit 8480eb
# or if the default LDAP server is set in your LDAP config
Packit 8480eb
# you can use this
Packit 8480eb
#
Packit 8480eb
/other   ldap:nisMapName=auto.indirect,dc=themaw,dc=net