diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-04 00:09:15 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-04 00:09:15 +0000 |
commit | cae821d45926157a250e9fa047e0c8aa8c0c2c54 (patch) | |
tree | e495f7062f29938d87a3bfe7aa9aad42cd462e07 /source3/rpcclient/cmd_lsarpc.c | |
parent | 83f2465f0f1432bc0aba76b83f3a781fb7c3a071 (diff) | |
download | samba-cae821d45926157a250e9fa047e0c8aa8c0c2c54.tar.gz samba-cae821d45926157a250e9fa047e0c8aa8c0c2c54.tar.bz2 samba-cae821d45926157a250e9fa047e0c8aa8c0c2c54.zip |
adding experimental set user password command to rpcclient, it returns
error wrong password against nt. ????
(This used to be commit b3f16e6b5aa5ba1b6afa38ad698646c8e765ec90)
Diffstat (limited to 'source3/rpcclient/cmd_lsarpc.c')
-rw-r--r-- | source3/rpcclient/cmd_lsarpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c index c445d91f57..53ffb24cfd 100644 --- a/source3/rpcclient/cmd_lsarpc.c +++ b/source3/rpcclient/cmd_lsarpc.c @@ -2,8 +2,8 @@ Unix SMB/Netbios implementation. Version 1.9. NT Domain Authentication SMB / MSRPC client - Copyright (C) Andrew Tridgell 1994-1997 - Copyright (C) Luke Kenneth Casson Leighton 1996-1997 + Copyright (C) Andrew Tridgell 1994-1999 + Copyright (C) Luke Kenneth Casson Leighton 1996-1999 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |