summaryrefslogtreecommitdiff
path: root/source/nmbd/nmbd.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-01 19:10:44 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-01 19:10:44 +0000
commit3e1eb4f26b67e484b05e1dde94fd4e4dae982631 (patch)
tree2acc3ee3237fe9c658b7e33bed9e962d31afe0bc /source/nmbd/nmbd.c
parentfaffcb3c8955dcea3987e2978dc34b4dba580167 (diff)
downloadsamba-3e1eb4f26b67e484b05e1dde94fd4e4dae982631.tar.gz
rpc_samr.h parse_samr.c srv_samr.c :
samr_query_aliasmembers (cool!) util_pwdb.c sids.c nmbd.c server.c smbpasswd.c swat.c : pwdb_initialise(BOOL is_server) now creates / reads DOMAIN_NAME.SID if is_server is True, and does LsaQueryInfoPolicy(levels 3 and 5) to obtain member and pdc sids.
Diffstat (limited to 'source/nmbd/nmbd.c')
-rw-r--r--source/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index bfcf0ad2399..46c24aee7d3 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -677,7 +677,7 @@ static void usage(char *pname)
reload_services( True );
- if (!pwdb_initialise())
+ if (!pwdb_initialise(True))
{
exit(1);
}