[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP 2.1.8 on Win2000
Hi all,
I've build OpenLDAP on win 2000 with the following components:
OpenLDAP: v2.1.8
Transport Layer Security: OpenSSL v0.9.6g
Simple Authentication And Security Layer: Cyrus SASL v1.5.24
Database: Sleepycat Software BerkeleyDB v4.1.24
RegEx: Henry Spencers REGEX Library
Adding entries works fine, however executing the following search causes the
server to crash...
ldapsearch -x -b "c=be" -s one
Anyone any idea?
Thanks
Geert
slapd.conf
include C:\\DBGLDAP\\schema\\core.schema
include C:\\DBGLDAP\\schema\\cosine.schema
include C:\\DBGLDAP\\schema\\inetorgperson.schema
# Define global ACLs to disable default read access.
# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
# referral ldap://root.openldap.org
pidfile C:\\DBGLDAP\\schema\\slapd.pid
argsfile C:\\DBGLDAP\\schema\\slapd.args
# Load dynamic backend modules:
# modulepath %MODULEDIR%
#######################################################################
# ldbm database definitions
#######################################################################
database bdb
suffix "c=BE"
rootdn "cn=Manager, c=BE"
rootpw "123456"
directory C:\\DBGLDAP\\openldap-ldbm
index objectClass eq