/* compare.c - DNS SRV backend compare function */ /* $OpenLDAP$ */ /* * Copyright 2000-2002 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ #include "portable.h" #include #include #include #include "slap.h" #include "back-dnssrv.h" int dnssrv_back_compare( Backend *be, Connection *conn, Operation *op, const char *dn, const char *ndn, AttributeAssertion *ava ) { assert( get_manageDSAit( op ) ); /* not implemented */ return LDAP_OTHER; }