s4:objectclass LDB module - "ldb_msg_sanity_check" call not really needed
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Mon, 4 Apr 2011 12:04:18 +0000 (14:04 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Thu, 7 Apr 2011 13:53:20 +0000 (15:53 +0200)
commitb7de06e8e756eb338e40d319095311f8f7d70cba
tree8e9f8d0696581c1aadf23fa7611b5f080c031414
parent17f34136bf67aa5e739b63aa3ef51d247d6dc901
s4:objectclass LDB module - "ldb_msg_sanity_check" call not really needed

This call should only be performed at the beginning of a request.
"ldb_msg_sanity_check" checks for DN validity (which should already have been
done at the beginning of the request) and empty attributes (which should
be done by the "objectclass_attrs" LDB module).

Hence it is superflous here.

Reviewed-by: abartlet
source4/dsdb/samdb/ldb_modules/objectclass.c