Hi,
I've build OpenLDAP 2.1.3 on a W2K system based on
- Berkeley DB 4.0.14
- Cyrus SASL 1.5.24
- OpenSSL 0.9.6d (TLS enabled)
- HS regex-lib
I've tried to import a big ldif file:
(ldapmodify -x -a -D "cn=Manager, c=BE" -w "password" -f x500-names.ldif)
This gives me "sometimes" an application error in slapd.exe and "sometimes"
this works!!
After a successfull import, I'm having the same error when performing the
next search:
ldapsearch -x -b "c=US" -D "cn=Manager,c=be" -w "password"
(userCertificate=*)
Leaving out the filter gives me back all entries
ldapsearch -x -b "c=US" -D "cn=Manager,c=be" -w "password"
Here's my slapd.conf
Can someone please help me with this one?
Thanks in advance!
Geert