nss-pam-ldapd commit: r1774 - nss-pam-ldapd-0.7.15+squeeze/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1774 - 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: r1774 - nss-pam-ldapd-0.7.15+squeeze/nslcd
- Date: Fri, 21 Sep 2012 10:24:21 +0200 (CEST)
Author: arthur
Date: Fri Sep 21 10:24:20 2012
New Revision: 1774
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1774&view=revision
Log:
don't shrink the buffer for passwd shell value (was part of r1750)
Modified:
nss-pam-ldapd-0.7.15+squeeze/nslcd/passwd.c
Modified: nss-pam-ldapd-0.7.15+squeeze/nslcd/passwd.c
==============================================================================
--- nss-pam-ldapd-0.7.15+squeeze/nslcd/passwd.c Thu Sep 20 20:36:04 2012
(r1773)
+++ nss-pam-ldapd-0.7.15+squeeze/nslcd/passwd.c Fri Sep 21 10:24:20 2012
(r1774)
@@ -299,7 +299,7 @@
gid_t gid;
char gecos[1024];
char homedir[256];
- char shell[64];
+ char shell[100];
int i,j;
/* get the usernames for this entry */
usernames=myldap_get_values(entry,attmap_passwd_uid);
--
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: r1774 - nss-pam-ldapd-0.7.15+squeeze/nslcd,
Commits of the nss-pam-ldapd project