nss-pam-ldapd commit: r1450 - nss-pam-ldapd/pam
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1450 - nss-pam-ldapd/pam
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1450 - nss-pam-ldapd/pam
- Date: Sat, 30 Apr 2011 23:28:04 +0200 (CEST)
Author: arthur
Date: Sat Apr 30 23:28:04 2011
New Revision: 1450
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1450
Log:
make log message clearer when nslcd returns an empty response (user not handled)
Modified:
nss-pam-ldapd/pam/common.h
Modified: nss-pam-ldapd/pam/common.h
==============================================================================
--- nss-pam-ldapd/pam/common.h Sat Apr 30 23:26:41 2011 (r1449)
+++ nss-pam-ldapd/pam/common.h Sat Apr 30 23:28:04 2011 (r1450)
@@ -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
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1450 - nss-pam-ldapd/pam,
Commits of the nss-pam-ldapd project