nss-pam-ldapd commit: r1773 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1773 - in nss-pam-ldapd-0.7.15+squeeze: . 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: r1773 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
- Date: Thu, 20 Sep 2012 20:36:04 +0200 (CEST)
Author: arthur
Date: Thu Sep 20 20:36:04 2012
New Revision: 1773
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1773&view=revision
Log:
fix log message for invalid pam_authz_search as reported by Matt Rae (based on
r1628 from 0.8, r1629 from 0.7)
Modified:
nss-pam-ldapd-0.7.15+squeeze/ (props changed)
nss-pam-ldapd-0.7.15+squeeze/nslcd/pam.c
Modified: nss-pam-ldapd-0.7.15+squeeze/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd-0.7.15+squeeze/nslcd/pam.c Thu Sep 20 20:34:03 2012
(r1772)
+++ nss-pam-ldapd-0.7.15+squeeze/nslcd/pam.c Thu Sep 20 20:36:04 2012
(r1773)
@@ -242,7 +242,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: r1773 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd,
Commits of the nss-pam-ldapd project