diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-31 22:06:23 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-03-31 22:07:39 +0200 |
commit | 0e3f031e59ff304ad8816ed0a4dcec30805b5c24 (patch) | |
tree | 0edfd6e8144d221880d4f21e45e72e74f222a37e | |
parent | 15d58f688f3ebc267632eaecbe5e18ee994729ea (diff) | |
download | samba-0e3f031e59ff304ad8816ed0a4dcec30805b5c24.tar.gz samba-0e3f031e59ff304ad8816ed0a4dcec30805b5c24.tar.bz2 samba-0e3f031e59ff304ad8816ed0a4dcec30805b5c24.zip |
s3: Fix an error message in winbindd_pam_chauthtok()
-rw-r--r-- | source3/winbindd/winbindd_pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index aa804c801f..fc8d7ca074 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -2043,7 +2043,7 @@ void winbindd_pam_chauthtok(struct winbindd_cli_state *state) set_auth_errors(state->response, NT_STATUS_NO_SUCH_USER); DEBUG(5, ("winbindd_pam_chauthtok: canonicalize_username %s failed with %s" "(PAM: %d)\n", - state->request->data.auth.user, + state->request->data.chauthtok.user, state->response->data.auth.nt_status_string, state->response->data.auth.pam_error)); request_error(state); |