summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-12 01:25:50 +0000
committerTim Potter <tpot@samba.org>2002-09-12 01:25:50 +0000
commitd9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38 (patch)
tree8521cc5d0f10b82896ad541813afb34391a5e326
parent3524a4a348686ae5144a744696606123e4a66622 (diff)
downloadsamba-d9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38.tar.gz
samba-d9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38.tar.xz
samba-d9fa865e5ce8ba0b7539f9a218fc7dd132eb3d38.zip
Spelling fix.
-rw-r--r--source/nsswitch/winbindd_pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_pam.c b/source/nsswitch/winbindd_pam.c
index a8b508a49c6..5d754d7ca55 100644
--- a/source/nsswitch/winbindd_pam.c
+++ b/source/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,