summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-04-11 22:47:24 +0000
committerJeremy Allison <jra@samba.org>2000-04-11 22:47:24 +0000
commit5bdaa043f015771cccdc9413c37232ab4a3e2e8e (patch)
tree6e38ab2d6c778f7e85e95fd0e2387dd5fdb60f22
parentdf4302f3911447fcebe9342f6cbf3b89bd3bafba (diff)
downloadsamba-5bdaa043f015771cccdc9413c37232ab4a3e2e8e.tar.gz
samba-5bdaa043f015771cccdc9413c37232ab4a3e2e8e.tar.xz
samba-5bdaa043f015771cccdc9413c37232ab4a3e2e8e.zip
The changes made here broke NT security descriptor returning to NT clients.
We need to talk about the MACHINE.SID/<WORKGROUP_NAME>.SID mess..... Jeremy.
-rw-r--r--source/passdb/passdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index 30ea1d9bd6e..272182a7143 100644
--- a/source/passdb/passdb.c
+++ b/source/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;