From 9bb3efca8a5671b8ec4ef2864d80e3338094a106 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 11 Apr 2000 22:47:24 +0000 Subject: The changes made here broke NT security descriptor returning to NT clients. We need to talk about the MACHINE.SID/.SID mess..... Jeremy. (This used to be commit 5bdaa043f015771cccdc9413c37232ab4a3e2e8e) --- source3/passdb/passdb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/passdb/passdb.c') diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 30ea1d9bd6..272182a714 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -807,6 +807,8 @@ BOOL pdb_generate_sam_sid(char *domain_name, DOM_SID *sid) pstring machine_sid_file; fstring file_name; + generate_wellknown_sids(); + if (sid == NULL) { sid = &global_sam_sid; -- cgit