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

Re: Builds OK but test002 fails



Howard Chu wrote:
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.)

Ha! That wasn't too obvious (until you pointed it out). I can probably live without actually disabling cleartext passwords, so I am trying again without that flag.


The build takes a while so I won't know 'til morning (it's 10pm here).

--
Thanks & Regards,
Richard