[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Tue Mar 27 12:31:13 UTC 2012
debian/changelog | 9 +++++++++
debian/control | 2 +-
debian/libpam-sss.pam-auth-update | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
New commits:
commit 5f52b6d1863e638f0b363f3995f16c4ba00fb102
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Mar 27 15:31:08 2012 +0300
libpam-sss.pam-auth-update: Drop the dependency to 128
since pam_sss should always be below pam_unix.
diff --git a/debian/changelog b/debian/changelog
index 02fe2e1..0d9cb98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ sssd (1.8.1-2) UNRELEASED; urgency=low
* control: sssd works with Heimdal gssapi modules too, add
libsasl2-modules-gssapi-mit as an option for the Depends.
+ * libpam-sss.pam-auth-update: Drop the dependency to 128, since pam_sss
+ should always be below pam_unix.
-- Timo Aaltonen <tjaalton at ubuntu.com> Tue, 27 Mar 2012 15:12:06 +0300
diff --git a/debian/libpam-sss.pam-auth-update b/debian/libpam-sss.pam-auth-update
index f1b44e9..21fcc3c 100644
--- a/debian/libpam-sss.pam-auth-update
+++ b/debian/libpam-sss.pam-auth-update
@@ -1,6 +1,6 @@
Name: SSS authentication
Default: yes
-Priority: 512
+Priority: 128
Auth-Type: Primary
Auth:
commit 19c926ce3595076dcc44395dae4aa6758e4760a1
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Mar 27 15:25:48 2012 +0300
control: sssd works with Heimdal gssapi modules too
add libsasl2-modules-gssapi-mit as an option for the Depends.
diff --git a/debian/changelog b/debian/changelog
index 2fc7803..02fe2e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sssd (1.8.1-2) UNRELEASED; urgency=low
+
+ * control: sssd works with Heimdal gssapi modules too, add
+ libsasl2-modules-gssapi-mit as an option for the Depends.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com> Tue, 27 Mar 2012 15:12:06 +0300
+
sssd (1.8.1-1) unstable; urgency=low
* New maintainer, Debian SSSD Team. (Closes: #660985)
diff --git a/debian/control b/debian/control
index 9a8cc75..fda6041 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
python-sss,
libipa-hbac0 (= ${binary:Version}),
- libsasl2-modules-gssapi-mit,
+ libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal,
Pre-Depends: ${misc:Pre-Depends}
Recommends: ldap-utils,
bind9-host,
More information about the Pkg-sssd-devel
mailing list