diff options
author | Tim Potter <tpot@samba.org> | 2002-09-12 01:25:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-12 01:25:50 +0000 |
commit | bb6d5bfce25dc22a1a2628ab7479d5014b71da71 (patch) | |
tree | abab895b2bde3dd44fced699241431097030a3f0 /source3/nsswitch | |
parent | 88b1f6810b27717146643de96e56cee60ea11b0a (diff) | |
download | samba-bb6d5bfce25dc22a1a2628ab7479d5014b71da71.tar.gz samba-bb6d5bfce25dc22a1a2628ab7479d5014b71da71.tar.bz2 samba-bb6d5bfce25dc22a1a2628ab7479d5014b71da71.zip |
Spelling fix.
(This used to be commit d9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_pam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index a8b508a49c..5d754d7ca5 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -147,7 +147,7 @@ done: fstrcpy(state->response.data.auth.error_string, nt_errstr(result)); state->response.data.auth.pam_error = nt_status_to_pam(result); - DEBUG(NT_STATUS_IS_OK(result) ? 5 : 2, ("Plain-text authenticaion for user %s returned %s (PAM: %d)\n", + DEBUG(NT_STATUS_IS_OK(result) ? 5 : 2, ("Plain-text authentication for user %s returned %s (PAM: %d)\n", state->request.data.auth.user, state->response.data.auth.nt_status_string, state->response.data.auth.pam_error)); @@ -292,7 +292,7 @@ done: state->response.data.auth.pam_error = nt_status_to_pam(result); DEBUG(NT_STATUS_IS_OK(result) ? 5 : 2, - ("NTLM CRAP authenticaion for user [%s]\\[%s] returned %s (PAM: %d)\n", + ("NTLM CRAP authentication for user [%s]\\[%s] returned %s (PAM: %d)\n", domain, user, state->response.data.auth.nt_status_string, |