]> git.ipfire.org Git - thirdparty/samba.git/commit
dsdb: Use samdb_system_container_dn() in pdb_samba_dsdb_*()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 27 Jul 2023 05:18:45 +0000 (17:18 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 Jul 2023 07:20:21 +0000 (07:20 +0000)
commit5571ce9619d856d3c9545099366f4e0259aee8ef
tree02820d5a88c00f7b790a047572e519610ecd5ad8
parent4250d07e4dcd43bf7450b1ae603ff46fdc892d02
dsdb: Use samdb_system_container_dn() in pdb_samba_dsdb_*()

This makes more calls to add children, but avoids the cn=system string in the
codebase which makes it easier to audit that this is always being built
correctly.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jul 31 07:20:21 UTC 2023 on atb-devel-224
source3/passdb/pdb_samba_dsdb.c