nss-pam-ldapd commit: r1628 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1628 - nss-pam-ldapd/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: r1628 - nss-pam-ldapd/nslcd
- Date: Sat, 10 Mar 2012 21:17:38 +0100 (CET)
Author: arthur
Date: Sat Mar 10 21:17:36 2012
New Revision: 1628
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1628&view=revision
Log:
fix log message for invalid pam_authz_search as reported by Matt Rae
Modified:
nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c Mon Mar 5 23:27:58 2012 (r1627)
+++ nss-pam-ldapd/nslcd/pam.c Sat Mar 10 21:17:36 2012 (r1628)
@@ -411,7 +411,7 @@
dict_free(dict);
if (res==NULL)
{
- log_log(LOG_ERR,"pam_authz_search \"%s\" is
invalid",nslcd_cfg->ldc_pam_authz_search);
+ log_log(LOG_ERR,"invalid pam_authz_search
\"%s\"",nslcd_cfg->ldc_pam_authz_search);
return LDAP_LOCAL_ERROR;
}
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: r1628 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project