ldb_dn_check_local  233 source3/lib/ldb/modules/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, msg->dn)) {
ldb_dn_check_local  385 source3/lib/ldb/modules/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, msg->dn)) {
ldb_dn_check_local  521 source3/lib/ldb/modules/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, req->op.del.dn)) {
ldb_dn_check_local  649 source3/lib/ldb/modules/ldb_map_inbound.c 	if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
ldb_dn_check_local  650 source3/lib/ldb/modules/ldb_map_inbound.c 	    (!ldb_dn_check_local(module, req->op.rename.newdn))) {
ldb_dn_check_local  655 source3/lib/ldb/modules/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
ldb_dn_check_local  656 source3/lib/ldb/modules/ldb_map_inbound.c 	    !ldb_dn_check_local(module, req->op.rename.newdn)) {
ldb_dn_check_local 1179 source3/lib/ldb/modules/ldb_map_outbound.c 	if ((req->op.search.base) && (!ldb_dn_check_local(module, req->op.search.base))) {
ldb_dn_check_local   73 source3/lib/ldb/modules/ldb_map_private.h BOOL ldb_dn_check_local(struct ldb_module *module, const struct ldb_dn *dn);
ldb_dn_check_local  376 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, msg->dn)) {
ldb_dn_check_local  481 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, msg->dn)) {
ldb_dn_check_local  614 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, req->op.del.dn)) {
ldb_dn_check_local  700 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if ((!ldb_dn_check_local(module, req->op.rename.olddn)) &&
ldb_dn_check_local  701 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	    (!ldb_dn_check_local(module, req->op.rename.newdn))) {
ldb_dn_check_local  706 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (!ldb_dn_check_local(module, req->op.rename.olddn) ||
ldb_dn_check_local  707 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	    !ldb_dn_check_local(module, req->op.rename.newdn)) {
ldb_dn_check_local 1116 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if ((req->op.search.base) && (!ldb_dn_check_local(module, req->op.search.base))) {
ldb_dn_check_local   54 source4/lib/ldb/ldb_map/ldb_map_private.h bool ldb_dn_check_local(struct ldb_module *module, struct ldb_dn *dn);