s4-dsdb: add a TODO item for linked attributes in extended_dn_out
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Dec 2009 12:49:02 +0000 (23:49 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 1 Jan 2010 21:16:48 +0000 (08:16 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/dsdb/samdb/ldb_modules/extended_dn_in.c

index 89ba7bb04b944016cec3314871a3395fcb0de85c..33931167c5b334015a11e31eb655bd169a918ac6 100644 (file)
 #include "ldb/include/ldb_errors.h"
 #include "ldb/include/ldb_module.h"
 
+/*
+  TODO: if relax is not set then we need to reject the fancy RMD_* and
+  DELETED extended DN codes
+ */
+
 /* search */
 struct extended_search_context {
        struct ldb_module *module;