diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-04-30 21:28:04 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-04-30 21:28:04 +0000 |
commit | 4dd7a4f46b8df6ea21654dae655e8b84f571ec9b (patch) | |
tree | ebbb0bd0e24e6e045c1f97f7b804eff1daf47ba4 | |
parent | 9798073e767026ae86e32022e9995a008a688f7e (diff) |
make log message clearer when nslcd returns an empty response (user not handled)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1450 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | pam/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pam/common.h b/pam/common.h index 7ef3392..73b1df5 100644 --- a/pam/common.h +++ b/pam/common.h @@ -62,7 +62,7 @@ #define ERROR_OUT_NOSUCCESS(fp) \ (void)tio_close(fp); \ if (cfg->debug) \ - pam_syslog(pamh,LOG_DEBUG,"request not handled by nslcd"); \ + pam_syslog(pamh,LOG_DEBUG,"user not handled by nslcd"); \ return PAM_USER_UNKNOWN; /* This is a generic PAM request generation macro. The action |