Lines Matching defs:dn
41 * ldap_compare - perform an ldap compare operation. The dn
50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value )
60 if ( ldap_compare_ext( ld, dn, attr, &bv, NULL, NULL, &msgid )
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr,
100 if ( dn == NULL ) {
101 dn = "";
112 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) {
126 if ( ber_printf( ber, "{it{s{so}}", *msgidp, LDAP_REQ_COMPARE, dn,
143 (char *)dn, ber );
150 ldap_compare_s( LDAP *ld, const char *dn, const char *attr,
158 return( ldap_compare_ext_s( ld, dn, attr, &bv, NULL, NULL ));
163 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr,
170 if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls,