summaryrefslogtreecommitdiff
path: root/etc/ldapd.conf
blob: 9dd339c86b79f27d19a291b2f8debcac9c475de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: ldapd.conf,v 1.2 2010/06/29 02:50:22 martinh Exp $

schema "/etc/ldap/core.schema"
schema "/etc/ldap/inetorgperson.schema"
schema "/etc/ldap/nis.schema"

listen on lo0
listen on "/var/run/ldapi"

#namespace "dc=example,dc=com" {
#	rootdn		"cn=admin,dc=example,dc=com"
#	rootpw		"secret"
#	index		sn
#	index		givenName
#	index		cn
#	index		mail
#}