Comment 23 for bug 1926265

Revision history for this message
lincvz (cvuillemez) wrote :

My bad..
You're right, in my test, the second write() is performed on stdout cause my ldapsearch command is wrong. I missed the '-H' arg to properly set the LDAP URI (but you too :-p ).
Consequently, the connection was in LDAP not LDAPS, and "ldaps://..." was the requested attributs :-s

So since I learnt to make a good ldapsearch and opened my eyes to read gdb output, I can fully reproducible the issue .
Thanks.

I'll test the patched version on my test machine.