nss-pam-ldapd commit: r1753 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1753 - 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: r1753 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd
- Date: Sat, 8 Sep 2012 16:17:50 +0200 (CEST)
Author: arthur
Date: Sat Sep 8 16:17:50 2012
New Revision: 1753
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1753&view=revision
Log:
increase buffer for pam_authz_search as suggested by Chris J Arges (r1643 from
0.8, r1648 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 Sat Sep 8 15:09:38 2012
(r1752)
+++ nss-pam-ldapd-0.7.15+squeeze/nslcd/pam.c Sat Sep 8 16:17:50 2012
(r1753)
@@ -2,7 +2,7 @@
pam.c - pam processing routines
Copyright (C) 2009 Howard Chu
- Copyright (C) 2009, 2010 Arthur de Jong
+ Copyright (C) 2009, 2010, 2012 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -233,7 +233,7 @@
static int try_autzsearch(MYLDAP_SESSION *session,DICT *dict,const char
*searchfilter)
{
- char filter_buffer[1024];
+ char filter_buffer[4096];
MYLDAP_SEARCH *search;
MYLDAP_ENTRY *entry;
static const char *attrs[2];
--
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: r1753 - in nss-pam-ldapd-0.7.15+squeeze: . nslcd,
Commits of the nss-pam-ldapd project