[Pkg-sssd-devel] sssd: Changes to 'ubuntu'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Tue Dec 4 09:25:10 UTC 2012
debian/changelog | 9 +++++++++
debian/libnss-sss.postinst | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
New commits:
commit 5e0d4131106cc3deee2a3a59993a9cd97a500436
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Dec 4 11:23:18 2012 +0200
libnss-sss.postinst: SSSD doesn't handle shadow maps, so don't pretend that it would.
diff --git a/debian/changelog b/debian/changelog
index 4072817..1e25e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sssd (1.9.2-0ubuntu5) raring; urgency=low
+
+ * libnss-sss.postinst: SSSD doesn't handle shadow maps, so don't pretend
+ that it would.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com> Tue, 04 Dec 2012 11:22:40 +0200
+
sssd (1.9.2-0ubuntu4) raring; urgency=low
* Add -lpthread to sss_ssh_knownhostsproxy LDFLAGS (FTBFS).
commit 7965c4a236158dcac8cdb0d82fcabf6655d78952
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Dec 4 11:17:12 2012 +0200
libnss-sss.postinst: SSSD doesn't handle shadow maps, so don't pretend that it would.
diff --git a/debian/changelog b/debian/changelog
index 40f949b..bac2928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,6 +88,8 @@ sssd (1.9.2-1) UNRELEASED; urgency=low
* rules,sssd.postinst: Move generate-config to /usr/share/sssd.
* rules, sssd.install: Use the correct install path for the
krb5_locator plugin.
+ * libnss-sss.postinst: SSSD doesn't handle shadow maps, so don't pretend
+ that it would.
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 24 May 2012 14:46:39 +0300
diff --git a/debian/libnss-sss.postinst b/debian/libnss-sss.postinst
index 49c6145..13a2f12 100755
--- a/debian/libnss-sss.postinst
+++ b/debian/libnss-sss.postinst
@@ -22,7 +22,7 @@ insert_nss_entry() {
fi
# append 'sss' to the end of the line if it's not found already
sed -i --regexp-extended '
- /^(passwd|group|shadow|netgroup):/ {
+ /^(passwd|group|netgroup):/ {
/\bsss\b/! s/$/ sss/
}
' /etc/nsswitch.conf
More information about the Pkg-sssd-devel
mailing list