s4-dsdb: don't actually remove the sd_flags control, just mark it non-critical
authorAndrew Tridgell <tridge@samba.org>
Wed, 16 Dec 2009 09:39:18 +0000 (20:39 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 16 Dec 2009 09:56:24 +0000 (20:56 +1100)
commit934bb28ef3cc9c6589cbb8b75c2a9f8435cc88a3
tree758c58e58658483c2be10f4ce1360d521d762eb1
parent99557563141a3776b05bebba0436c56e72f9e20f
s4-dsdb: don't actually remove the sd_flags control, just mark it non-critical

For controls that need to be seen by more than one module, it is best
to just mark them non-critical when handled, instead of removing
them. Otherwise lower modules can't see them.

In this case we want the operational module to see the SD_FLAGS
control
source4/dsdb/samdb/ldb_modules/descriptor.c