nss-pam-ldapd commit: r1643 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1643 - 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: r1643 - nss-pam-ldapd/nslcd
- Date: Fri, 23 Mar 2012 11:18:25 +0100 (CET)
Author: arthur
Date: Fri Mar 23 11:18:24 2012
New Revision: 1643
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1643&view=revision
Log:
increase buffer for pam_authz_search as suggested by Chris J Arges
Modified:
   nss-pam-ldapd/nslcd/pam.c
Modified: nss-pam-ldapd/nslcd/pam.c
==============================================================================
--- nss-pam-ldapd/nslcd/pam.c   Fri Mar 16 16:00:02 2012        (r1642)
+++ nss-pam-ldapd/nslcd/pam.c   Fri Mar 23 11:18:24 2012        (r1643)
@@ -2,7 +2,7 @@
    pam.c - pam processing routines
 
    Copyright (C) 2009 Howard Chu
-   Copyright (C) 2009, 2010, 2011 Arthur de Jong
+   Copyright (C) 2009, 2010, 2011, 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
@@ -379,7 +379,7 @@
   char hostname[HOST_NAME_MAX+1];
   const char *fqdn;
   DICT *dict;
-  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: r1643 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project