Searched defs:ldap_compare (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcompare.c89 * ldap_compare - perform an ldap (and X.500) compare operation. The dn
94 * ldap_compare( ld, "c=us@cn=bob", "userPassword", "secret" )
97 ldap_compare( LDAP *ld, char *dn, char *attr, char *value ) function
117 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 128, "ldap_compare\n"), 0, 0, 0 );
157 if ( (msgid = ldap_compare( ld, dn, attr, value )) == -1 )
188 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 128, "ldap_compare\n"), 0, 0, 0 );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompare.c41 * ldap_compare - perform an ldap compare operation. The dn
46 * ldap_compare( ld, "c=us@cn=bob", "userPassword", "secret" )
50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value ) function
55 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_compare\n", 0, 0, 0 );

Completed in 41 milliseconds