nss-pam-ldapd commit: r2094 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2094 - debian/nss-pam-ldapd/trunk/debian
- 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: r2094 - debian/nss-pam-ldapd/trunk/debian
- Date: Fri, 20 Jun 2014 20:50:28 +0200 (CEST)
Author: arthur
Date: Fri Jun 20 20:50:26 2014
New Revision: 2094
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2094&view=revision
Log:
for new installs add tls_cacertfile /etc/ssl/certs/ca-certificates.crt to
nslcd.conf
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/nslcd.postinst
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Tue Jun 10 22:38:43 2014
(r2093)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Fri Jun 20 20:50:26 2014
(r2094)
@@ -1,11 +1,13 @@
-nss-pam-ldapd (0.9.4-2) UNRELEASED; urgency=medium
+nss-pam-ldapd (0.9.4-2) UNRELEASED; urgency=low
* NOT RELEASED YET
* debconf translation updates:
- Portuguese by Américo Monteiro (closes: #751047)
- French by Christian Perrier (closes: #751100)
+ * for new installs add tls_cacertfile /etc/ssl/certs/ca-certificates.crt to
+ nslcd.conf (closes: #750949)
- -- Arthur de Jong <adejong@debian.org> Tue, 10 Jun 2014 20:00:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Fri, 20 Jun 2014 20:04:36 +0200
nss-pam-ldapd (0.9.4-1) unstable; urgency=medium
Modified: debian/nss-pam-ldapd/trunk/debian/nslcd.postinst
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/nslcd.postinst Tue Jun 10 22:38:43
2014 (r2093)
+++ debian/nss-pam-ldapd/trunk/debian/nslcd.postinst Fri Jun 20 20:50:26
2014 (r2094)
@@ -112,6 +112,7 @@
# SSL options
#ssl off
#tls_reqcert never
+tls_cacertfile /etc/ssl/certs/ca-certificates.crt
# The search scope.
#scope sub
--
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: r2094 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project