summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-04-09 15:47:06 +0000
committerVolker Lendecke <vlendec@samba.org>2003-04-09 15:47:06 +0000
commit803e23f403bdb38d2523d73fd12083da486bca2f (patch)
tree6f370271d9ede3d25e466816fa7772fb465e1876 /source3/libsmb
parent83479a9dc9affb36ea14e701ee8847195c6b8f7f (diff)
downloadsamba-803e23f403bdb38d2523d73fd12083da486bca2f.tar.gz
samba-803e23f403bdb38d2523d73fd12083da486bca2f.tar.bz2
samba-803e23f403bdb38d2523d73fd12083da486bca2f.zip
This is the netlogon schannel client code. Try a
rpcclient -S pdc -U% -c "samlogon user password" and it should work with the schannel. Needs testing platforms different from NT4SP6. Volker (This used to be commit ecd0ee4d248e750168597ccf79c389513bb0f740)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/clientgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index fe9453e6f2..81cb61d757 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -282,6 +282,7 @@ struct cli_state *cli_initialise(struct cli_state *cli)
cli_null_set_signing(cli);
cli->nt_pipe_fnum = 0;
+ cli->saved_netlogon_pipe_fnum = 0;
cli->initialised = 1;
cli->allocated = alloced_cli;