nss-pam-ldapd commit: r1629 - in nss-pam-ldapd-0.7: . nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1629 - in nss-pam-ldapd-0.7: . nslcd
- 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: r1629 - in nss-pam-ldapd-0.7: . nslcd
- Date: Sat, 10 Mar 2012 21:24:03 +0100 (CET)
Author: arthur
Date: Sat Mar 10 21:24:02 2012
New Revision: 1629
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1629&view=revision
Log:
fix log message for invalid pam_authz_search as reported by Matt Rae (based on
r1628 from 0.8 branch)
Modified:
nss-pam-ldapd-0.7/ (props changed)
nss-pam-ldapd-0.7/nslcd/pam.c
Modified: nss-pam-ldapd-0.7/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd-0.7/nslcd/pam.c Sat Mar 10 21:17:36 2012 (r1628)
+++ nss-pam-ldapd-0.7/nslcd/pam.c Sat Mar 10 21:24:02 2012 (r1629)
@@ -239,7 +239,7 @@
if (expr_parse(searchfilter,filter_buffer,sizeof(filter_buffer),
autzsearch_var_get,(void *)dict)==NULL)
{
- log_log(LOG_ERR,"pam_authz_search \"%s\" is invalid",searchfilter);
+ log_log(LOG_ERR,"invalid pam_authz_search \"%s\"",searchfilter);
return -1;
}
log_log(LOG_DEBUG,"trying pam_authz_search \"%s\"",filter_buffer);
--
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: r1629 - in nss-pam-ldapd-0.7: . nslcd,
Commits of the nss-pam-ldapd project