mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Compare w/ ManageDSAit not implemented.
This commit is contained in:
parent
da74650afc
commit
74f77cfe11
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user