Deleted Added
full compact
include_ldap (270096) include_ldap (270892)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/autofs/include_ldap 270096 2014-08-17 09:44:42Z trasz $
3# $FreeBSD: stable/10/etc/autofs/include_ldap 270096 2014-08-17 09:44:42Z trasz $
4#
5
6# Modify this to suit your needs. The "$1" is the map name, eg. "auto_master".
7# To debug, simply run this script with map name as the only parameter. It's
8# supposed to output map contents ("key location" pairs) to standard output.
9SEARCHBASE="ou=$1,dc=example,dc=com"
10ENTRY_ATTRIBUTE="cn"
11VALUE_ATTRIBUTE="automountInformation"

--- 27 unchanged lines hidden ---
4#
5
6# Modify this to suit your needs. The "$1" is the map name, eg. "auto_master".
7# To debug, simply run this script with map name as the only parameter. It's
8# supposed to output map contents ("key location" pairs) to standard output.
9SEARCHBASE="ou=$1,dc=example,dc=com"
10ENTRY_ATTRIBUTE="cn"
11VALUE_ATTRIBUTE="automountInformation"

--- 27 unchanged lines hidden ---