summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-01-16 23:42:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:13 -0500
commit9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6 (patch)
treec6587e13bdcbf8be0032ce301a0101c73e7f9279
parentb156fb83db3e55b79d39328e33d41272b4a90a0b (diff)
downloadsamba-9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6.tar.gz
samba-9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6.tar.bz2
samba-9f9f35ae561d277045b0d7bac0ef2f6d7fa83ac6.zip
r12971: Fix spelling.
(This used to be commit e9ec3a379c45ea210a810b1cb5d65b966b7319cc)
-rw-r--r--source4/auth/auth_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c
index ca8b8e5b9a..eab86aecf8 100644
--- a/source4/auth/auth_unix.c
+++ b/source4/auth/auth_unix.c
@@ -316,7 +316,7 @@ static NTSTATUS smb_pam_auth(pam_handle_t *pamh, const char *user)
pam_error = pam_authenticate(pamh, PAM_SILENT | lp_null_passwords() ? 0 : PAM_DISALLOW_NULL_AUTHTOK);
switch( pam_error ){
case PAM_AUTH_ERR:
- DEBUG(2, ("smb_pam_auth: PAM: Athentication Error for user %s\n", user));
+ DEBUG(2, ("smb_pam_auth: PAM: Authentication Error for user %s\n", user));
break;
case PAM_CRED_INSUFFICIENT:
DEBUG(2, ("smb_pam_auth: PAM: Insufficient Credentials for user %s\n", user));