source4 dsdb modules: Add new module "unique_object_sids"
authorGary Lockyer <gary@catalyst.net.nz>
Sun, 26 Nov 2017 22:09:49 +0000 (11:09 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 9 Dec 2017 23:47:29 +0000 (00:47 +0100)
commit4d5da6c72bd60064459170af1db00c7367f87fbe
treef605ac46ecb49d06043a8c068ec493d616d468ba
parent2599f291447ef2ec1c8a394dbe838126d43204c4
source4 dsdb modules: Add new module "unique_object_sids"

New module that sets the LDB_FLAG_INTERNAL_UNIQUE_VALUE on all local
objectSIDS and ensure it is cleared for any foreign security principals.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13004

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/tests/test_unique_object_sids.c [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/unique_object_sids.c [new file with mode: 0644]
source4/dsdb/samdb/ldb_modules/wscript_build
source4/dsdb/samdb/ldb_modules/wscript_build_server
source4/selftest/tests.py