Please keep replies on the list.
Oops, sorry.
Richard Meek wrote:
$ cat test.out ldap_bind: Invalid credentials $
>> my configure script: #!/bin/bash export >> CPPFLAGS="-I/usr/local/BerkeleyDB.4.3/include" export >> LDFLAGS="-L/usr/local/BerkeleyDB.4.3/lib" export >> LIBS="/usr/local/BerkeleyDB.4.3/lib/libdb-4.3.a" ./configure >> --disable-cleartext --enable-crypt --with-tls | tee build.log
All of the tests use cleartext passwords for the rootDN. Since you ran configure with --disable-cleartext, none of the tests that bind as the rootDN will work. (That means just about all of them.)
The build takes a while so I won't know 'til morning (it's 10pm here).
-- Thanks & Regards, Richard