dsdb: don't allow a missing nTSecurityDescriptor in dsdb_get_sd_from_ldb_message()
commit122214b16bb2d247c8040728a6b0964531596ea9
authorStefan Metzmacher <metze@samba.org>
Thu, 13 Jun 2013 12:13:26 +0000 (13 14:13 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 13 Jun 2013 12:18:27 +0000 (13 14:18 +0200)
treea165137bcb2ede5fc7edb5947f6d83985e4faa45
parent5959affa031843d741513000fb382efe54ff147b
dsdb: don't allow a missing nTSecurityDescriptor in dsdb_get_sd_from_ldb_message()

Every object has a nTSecurityDescriptor attribute.

This also avoids potential segfaults in the callers.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source4/dsdb/common/dsdb_access.c