On Wed, Apr 30, 2014 at 02:25:10PM -0700, Philip Guenther wrote:
Thanks. I have 2.4.23-34 installed. What other detail might be
helpful?
ls -l ~/.ldaprc # to verify perms cat -vet ~/.ldaprc # to verify contents, line-endings strace -e trace=file ldapsearch .... # check for other random failures
Thanks, again. Problem solved!
I had the following line in my ~/.ldaprc file:
TLS_REQCERT demand # Might try doing this stricter -- demand
My attempt to include the comment on that line was causing the problem.
Andy