diff options
author | Simo Sorce <idra@samba.org> | 2003-05-01 14:08:00 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-05-01 14:08:00 +0000 |
commit | 7264b9df8fd2cfae2db4aca82ac737f47fdd5936 (patch) | |
tree | 3f7b2386f5993324f195921b97c952a7e976c9c4 /source3/nsswitch/winbindd.c | |
parent | 75cace04fdcb672cc6c3c3ec8403206f2b222c50 (diff) | |
download | samba-7264b9df8fd2cfae2db4aca82ac737f47fdd5936.tar.gz samba-7264b9df8fd2cfae2db4aca82ac737f47fdd5936.tar.bz2 samba-7264b9df8fd2cfae2db4aca82ac737f47fdd5936.zip |
proper wellknown sids initialization at startup
(This used to be commit 568feee8977ee1be210344c8ab1896512894cba2)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 1be5a18c7c..da2540f5d9 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -757,6 +757,9 @@ BOOL winbind_setup_common(void) if (!idmap_init()) return False; + if (!idmap_init_wellknown_sids()) + return False; + /* Unblock all signals we are interested in as they may have been blocked by the parent process. */ |