From: Bdale Garbee Date: Tue, 13 Aug 2013 21:40:45 +0000 (+0200) Subject: add sssd support to sudo X-Git-Tag: debian/1.8.7-1~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ef4bc824511ddf0db679df31e2367fcc502cc143;p=debian%2Fsudo add sssd support to sudo --- diff --git a/debian/changelog b/debian/changelog index 2009d0e..43e9d04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ sudo (1.8.7-1) UNRELEASED; urgency=low - * new upstream version + * new upstream version, closes: #715157 * make sudo-ldap package's init.d script be called sudo-ldap + * add sssd support to sudo, closes: #719574 - -- Bdale Garbee Mon, 09 Jul 2012 20:01:31 -0600 + -- Bdale Garbee Tue, 13 Aug 2013 23:05:31 +0200 sudo (1.8.5p2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 55c73ea..35a8e65 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sudo Section: admin Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, autotools-dev, bison, flex +Build-Depends: debhelper (>= 7), libpam0g-dev, libldap2-dev, libsasl2-dev, libselinux1-dev [linux-any], autoconf, autotools-dev, bison, flex, libsss-sudo Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/collab-maint/sudo.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sudo.git diff --git a/debian/rules b/debian/rules index b779da7..0a73e30 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,7 @@ configure-stamp: reconf-stamp --with-timedir=/var/lib/sudo \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/sudo \ + --with-sssd \ $(configure_args) # LDAP version