s3: Fix an error message in winbindd_pam_chauthtok()
authorVolker Lendecke <vl@samba.org>
Wed, 31 Mar 2010 20:06:23 +0000 (22:06 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 31 Mar 2010 20:07:39 +0000 (22:07 +0200)
source3/winbindd/winbindd_pam.c

index aa804c801fefa7e05f9c67bc45bc2d4b16df5297..fc8d7ca07422b4f33c98210cf7ba9e136f160676 100644 (file)
@@ -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);