Compare w/ ManageDSAit not implemented.

This commit is contained in:
Kurt Zeilenga 2000-06-16 03:54:52 +00:00
parent da74650afc
commit 74f77cfe11
2 changed files with 6 additions and 3 deletions

View File

@ -25,6 +25,9 @@ dnssrv_back_compare(
AttributeAssertion *ava
)
{
return dnssrv_back_request( be, conn, op, dn, ndn,
0, NULL, NULL, 0 );
assert( get_manageDSAit( op ) );
/* not implemented */
return LDAP_OTHER;
}

View File

@ -55,7 +55,7 @@ dnssrv_back_initialize(
bi->bi_op_bind = dnssrv_back_bind;
bi->bi_op_unbind = 0;
bi->bi_op_search = dnssrv_back_search;
bi->bi_op_compare = dnssrv_back_compare;
bi->bi_op_compare = 0 /* dnssrv_back_compare */;
bi->bi_op_modify = 0;
bi->bi_op_modrdn = 0;
bi->bi_op_add = 0;