version 1.4.2.4, 2011/01/04 23:50:44
|
version 1.4.2.5, 2011/01/28 18:49:16
|
Line 1
|
Line 1
|
/* compare.c - sock backend compare function */ |
/* compare.c - sock backend compare function */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/back-sock/compare.c,v 1.4.2.3 2010/04/13 20:23:40 kurt Exp $ */ |
/* $OpenLDAP$ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2011 The OpenLDAP Foundation. |
* Copyright 1998-2011 The OpenLDAP Foundation. |
Line 71 sock_back_compare(
|
Line 71 sock_back_compare(
|
sock_print_conn( fp, op->o_conn, si ); |
sock_print_conn( fp, op->o_conn, si ); |
sock_print_suffixes( fp, op->o_bd ); |
sock_print_suffixes( fp, op->o_bd ); |
fprintf( fp, "dn: %s\n", op->o_req_dn.bv_val ); |
fprintf( fp, "dn: %s\n", op->o_req_dn.bv_val ); |
fprintf( fp, "%s: %s\n", |
fprintf( fp, "%s: %s\n\n", |
op->oq_compare.rs_ava->aa_desc->ad_cname.bv_val, |
op->oq_compare.rs_ava->aa_desc->ad_cname.bv_val, |
op->oq_compare.rs_ava->aa_value.bv_val /* could be binary! */ ); |
op->oq_compare.rs_ava->aa_value.bv_val /* could be binary! */ ); |
fclose( fp ); |
fclose( fp ); |