nss-pam-ldapd commit: r1666 - in debian/nss-pam-ldapd/trunk/debian: . pam-configs
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1666 - in debian/nss-pam-ldapd/trunk/debian: . pam-configs
- 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: r1666 - in debian/nss-pam-ldapd/trunk/debian: . pam-configs
- Date: Fri, 27 Apr 2012 11:05:38 +0200 (CEST)
Author: arthur
Date: Fri Apr 27 11:05:38 2012
New Revision: 1666
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1666&view=revision
Log:
switch PAM account type to primary because it now does all the authorisation
checks that pam_unix also does
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/pam-configs/ldap
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Fri Apr 27 10:49:11 2012
(r1665)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Fri Apr 27 11:05:38 2012
(r1666)
@@ -5,8 +5,10 @@
- install the ldapns.schema in nslcd docs (closes: #669680)
* use the configuration file contents to determine the authentication
type, not the debconf database (closes: #670133)
+ * switch PAM account type to primary because it now does all the
+ authorisation checks that pam_unix also does
- -- Arthur de Jong <adejong@debian.org> Fri, 27 Apr 2012 10:45:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Fri, 27 Apr 2012 11:00:00 +0200
nss-pam-ldapd (0.8.7-1) unstable; urgency=low
Modified: debian/nss-pam-ldapd/trunk/debian/pam-configs/ldap
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/pam-configs/ldap Fri Apr 27 10:49:11
2012 (r1665)
+++ debian/nss-pam-ldapd/trunk/debian/pam-configs/ldap Fri Apr 27 11:05:38
2012 (r1666)
@@ -6,7 +6,7 @@
[success=end default=ignore] pam_ldap.so minimum_uid=1000
Auth:
[success=end default=ignore] pam_ldap.so minimum_uid=1000
use_first_pass
-Account-Type: Additional
+Account-Type: Primary
Account:
[success=ok new_authtok_reqd=done ignore=ignore user_unknown=ignore
authinfo_unavail=ignore default=bad] pam_ldap.so minimum_uid=1000
Password-Type: Primary
--
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: r1666 - in debian/nss-pam-ldapd/trunk/debian: . pam-configs,
Commits of the nss-pam-ldapd project