diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/pampass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index 26b45c5ff8..6631b277dc 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -511,7 +511,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)); |