summaryrefslogtreecommitdiff
path: root/etc/examples/ldapd.conf
blob: f3d632d89ae67e6a6075d918c38b0eb2184c6790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: ldapd.conf,v 1.2 2020/09/19 09:46:35 tb Exp $

schema "/etc/ldap/core.schema"
schema "/etc/ldap/inetorgperson.schema"
schema "/etc/ldap/nis.schema"
schema "/etc/ldap/bsd.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
#}