[Date Prev][Date Next] [Chronological] [Thread] [Top]

Building OLDAP 2.0.3 (ITS#794)



Howdy
I'm trying to build and run OpenLDAP 2.0.3 (or was it .4?). Anyway, I seem unable to build a slapd that talks LDAP V3. During the configuration, I get a message saying that "ssl.h" could not be found. However, I do have OpenSSL 0.9.5a installed and the config finds <openssl/ssl.h> and builds correct with "--with-tls". This is the only visible problem during the config. All tests runs without errors.

ldapsearch says "Version 2" even if a force a "-P 3" during search. This might be the source of my second problem. The LDIF file I try to import using slapadd contains CN:'s with hypens (like Ann-Marie Carlsson) and CN's with swedish characters. slapadd complains about these, and I was forced to remove those entries by hand. Is this a sign of missing unicode support ?

Third, after importing the remaining 18000 entries, I tried to run a "slapindex" but it segfaults with an error message saying "allocating 6343543 entries of size 45 (or something like that). 

Any clues are very welcome. I'm trying to setup an OpenLDAP server to compare with my existing IPLANET 4.11 server which contains about 24000 entries. Is there anyone who thinks that OpenLDAP is capable of handling this number of user  entries in an efficient way...

Best regards

Anders