[BACK]Return to ldapd.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / Attic / ldapd.conf (download)

Revision 1.2, Tue Jun 29 02:50:22 2010 UTC (13 years, 11 months ago) by martinh
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.1: +4 -4 lines

Update default ldapd.conf to reflect changes in the schema parser.
Use 'schema' instead of 'include' to parse schema files.

#	$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
#}