/* compare.c - DNS SRV backend compare function */ /* $OpenLDAP$ */ /* * Copyright 2000-2003 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( Operation *op, SlapReply *rs ) { #if 0 assert( get_manageDSAit( op ) ); #endif send_ldap_error( op, rs, LDAP_OTHER, "Operation not supported within naming context" ); /* not implemented */ return 1; }