diff options
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index c8c5496ebf..ce39df350f 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -1009,6 +1009,8 @@ int main(int argc, char **argv, char **envp) DEBUG(1, ("Could not init idmap! - Sid/[UG]id mapping will not be available\n")); } + nss_init( lp_winbind_nss_info() ); + /* Unblock all signals we are interested in as they may have been blocked by the parent process. */ |