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

The magic to allow version 2 binds (solved)



Well after much time pouring over logs and stdout of openldap-2.1.4 and
openldap-2.1.8, i decieded to go back to the source and look at the configure
script to see if there was something i missed. I decieded to add
--enable-referrals      enable LDAPv2+ Referrals (experimental) [no]
I hadn't done that before. I recompiled, installed to a different directory and
viola!
line 14 (pidfile        /usr/tmp/openldaptest/var/slapd.pid)
line 15 (argsfile /usr/tmp/openldaptest/var/slapd.args)
line 34 (allow bind_v2)
line 57 (database bdb)
bdb_db_init: Initializing BDB database

And i successfully tested connecting to the server with a ldap browser/editor
in version 2 mode.

Hope this helps anyone in the future.


-- 
----------------------------------
E-Mail: hshaw@xytek.org
Date: 25-Nov-2002
Time: 20:57:35

This message was sent by XFMail
----------------------------------