From a42afcdcc7ab9aa9ed193ae36d3dbb10843447f0 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 15 Oct 1998 05:47:29 +0000 Subject: bug-fixing against: AS/U: it returns dce/rpc "first" and "last" bits _clear_ in a bind/ack response, when they should be set in a (small) packet. they also, in the bind/ack do not set a secondary address string at all, so we can't check against that... Win95: client-side dce/rpc code is a bit odd. it does a "WaitNamedPipeState" and has slightly different pipe-naming (\PIPE\LANMAN is joined by \PIPE\SRVSVC, \PIPE\WINREG etc whereas nt just has \PIPE\LANMAN and \PIPE\). Win95-USRMGR.EXE: added LsaOpenPolicy (renamed existing to LsaOpenPolicy2). added SamrConnect (renamed existing to SamrConnect2). (This used to be commit a7fccd807b938cbb51002ebae8c7a48b40dbb655) --- source3/passdb/smbpass.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/passdb/smbpass.c') diff --git a/source3/passdb/smbpass.c b/source3/passdb/smbpass.c index 35de214425..085ece0f5e 100644 --- a/source3/passdb/smbpass.c +++ b/source3/passdb/smbpass.c @@ -323,6 +323,8 @@ static struct sam_passwd *getsmbfile21pwent(void *vp) static pstring acct_desc; static pstring workstations; + DEBUG(5,("getsmbfile21pwent\n")); + if (pw_buf == NULL) return NULL; pwfile = getpwnam(pw_buf->smb_name); -- cgit