diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-20 21:59:16 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-20 21:59:16 +0000 |
commit | 27b8df4d9bc31fc73f7db6ceed24a6fca1271d3f (patch) | |
tree | 340e0a6c83bbaa04d3ff55d4fafd254491bdbbe8 /source3/smbd | |
parent | 24a069eac302069559c6347b24276e7f1a04cc91 (diff) | |
download | samba-27b8df4d9bc31fc73f7db6ceed24a6fca1271d3f.tar.gz samba-27b8df4d9bc31fc73f7db6ceed24a6fca1271d3f.tar.bz2 samba-27b8df4d9bc31fc73f7db6ceed24a6fca1271d3f.zip |
attempting to establish inter-domain trust relationships. modified
smbpasswd so it can be used to set up inter-domain trust account.
(This used to be commit 99ec0620c3bf4af96440c684f880d414659de2e9)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/password.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c index f74cc49eca..b279e76f41 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -1247,8 +1247,10 @@ BOOL domain_client_validate( char *user, char *domain, char *server_list, } #endif /* 0 */ +#if 0 cli_nt_session_close(&cli, nt_pipe_fnum); cli_ulogoff(&cli); cli_shutdown(&cli); +#endif return True; } |