22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
#
|
|
# LDAP Defaults
|
|
#
|
|
|
|
# See ldap.conf(5) for details
|
|
# This file should be world readable but not world writable.
|
|
|
|
#BASE dc=example, dc=com
|
|
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
|
|
|
|
#SIZELIMIT 12
|
|
#TIMELIMIT 15
|
|
#DEREF never
|
|
|
|
include "[open_ldap_path]/schema/core.schema"
|
|
#include "c:/Program Files/OpenLDAP/schema/inetorgperson.schema"
|
|
database bdb
|
|
suffix "dc=jayway,dc=se"
|
|
rootdn "cn=Manager,dc=jayway,dc=se"
|
|
rootpw secret
|
|
directory "[open_ldap_path]/data"
|