nss-pam-ldapd branch master updated. 0.9.3-1-g119cebf
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.3-1-g119cebf
- 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 branch master updated. 0.9.3-1-g119cebf
- Date: Sat, 3 May 2014 11:32:34 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 119cebf22916caacf31d8a3756740da682de7d6a (commit)
from 8f12c15ec91c9cf12ed08f8fdd943e9a7c0a7c12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=119cebf22916caacf31d8a3756740da682de7d6a
commit 119cebf22916caacf31d8a3756740da682de7d6a
Author: ushi <ushi@honkgong.info>
Date: Fri May 2 03:08:45 2014 +0200
Use larger nslcd password buffer
I had some edge cases where 64 bytes were not enough. People are using
password managers with long generated passwords. I increased the buffer
size to 128.
diff --git a/nslcd/common.h b/nslcd/common.h
index cfc51eb..b6fcd72 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -162,7 +162,7 @@ void invalidator_do(enum ldap_map_selector map);
/* common buffer lengths */
#define BUFLEN_NAME 256 /* user, group names and such */
#define BUFLEN_SAFENAME 300 /* escaped name */
-#define BUFLEN_PASSWORD 64 /* passwords */
+#define BUFLEN_PASSWORD 128 /* passwords */
#define BUFLEN_PASSWORDHASH 256 /* passwords hashes */
#define BUFLEN_DN 256 /* distinguished names */
#define BUFLEN_SAFEDN 300 /* escapedd dn */
-----------------------------------------------------------------------
Summary of changes:
nslcd/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
--
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 branch master updated. 0.9.3-1-g119cebf,
Commits of the nss-pam-ldapd project