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

ldap_compare operations fail in client (ITS#377)



Full_Name: David Steck
Version: Devel
OS: NT
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (137.65.213.132)


Call ldap_compare_s with a user DN, and compare the "Object Class" attribute 
with "InetOrgPerson".

There is a bug in libraries\ldaplib\compare.c ver 1.10.

ldap_compare_ext() calls ber_printf() with the argument "&bvalue".
It should be "bvalue". (Line 71)