diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-08-17 07:03:27 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-08-17 07:03:27 +0000 |
commit | 578a39d44f532a211169a7635043e2dfc18b3c65 (patch) | |
tree | 53c7f73f4e6a973147445a39b0fb93aa8497a66b /source3/auth | |
parent | a0171765ff080ea0510f8c4475348e6b33044b9b (diff) | |
download | samba-578a39d44f532a211169a7635043e2dfc18b3c65.tar.gz samba-578a39d44f532a211169a7635043e2dfc18b3c65.tar.bz2 samba-578a39d44f532a211169a7635043e2dfc18b3c65.zip |
smbd/auth_server: Doco, we want to use cli_nt_error here soon
smbd/password.c: We don't use globals here anymore
smbd/reply.c: Tidyness, global_myworkgroup must die!
smbd/service.c: Move some of the make_connection code into a helper
function.
(This used to be commit 15c87e404fcaff9e360a40b8b673938c6e611daf)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index dc1d924b3c..1960fc1cfb 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -211,6 +211,7 @@ use this machine as the password server.\n")); user_info->nt_resp.len, user_info->domain.str)) { DEBUG(1,("password server %s rejected the password\n", cli->desthost)); + /* Make this cli_nt_error() when the conversion is in */ nt_status = NT_STATUS_LOGON_FAILURE; } else { nt_status = NT_STATUS_NOPROBLEMO; |