summaryrefslogtreecommitdiff
path: root/etc/examples/ldapd.conf
blob: 1bc6aa462c13a0d309da901b3acb81e95f8af236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: ldapd.conf,v 1.1 2014/07/11 21:20:10 deraadt 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
#}