Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • mika/sssd
  • guillem/debian-pkg-sssd
  • john.veitch/sssd
  • jgullberg/sssd
  • gioele/sssd
  • oktay454/sssd
  • sergiodj/sssd
  • 3v1n0/sssd
  • jfalk-guest/sssd
  • sathieu/sssd
  • dpward/sssd
  • sssd-team/sssd
  • ahasenack/sssd
  • jbicha/sssd
  • yrro-guest/sssd
15 results
Show changes
Commits on Source (3)
sssd (2.2.3-3) unstable; urgency=medium
* libnss-sss: Fix a typo in adding the NSS entry for automount.
(LP: #1873752)
* control, watch: Update upstream url to github.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 20 Apr 2020 17:52:18 +0300
sssd (2.2.3-2) unstable; urgency=medium
* libnss-sss: Add an entry for automounter to nsswitch.conf. This is
......
......@@ -64,7 +64,7 @@ Build-Depends:
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/sssd-team/sssd.git
Vcs-Browser: https://salsa.debian.org/sssd-team/sssd
Homepage: https://pagure.io/SSSD/sssd/
Homepage: https://github.com/SSSD/sssd
Package: sssd
Section: metapackages
......
......@@ -27,9 +27,9 @@ insert_nss_entry() {
}
' /etc/nsswitch.conf
# and add a new entry for automount if it's not there
if ! grep -q automounter /etc/nsswitch.conf; then
log "Adding an entry for automounter."
echo "automounter: sss" >> /etc/nsswitch.conf
if ! grep -q automount /etc/nsswitch.conf; then
log "Adding an entry for automount."
echo "automount: sss" >> /etc/nsswitch.conf
fi
}
......@@ -45,6 +45,9 @@ if [ configure = "$action" ]; then
# upgrade
version="$2"
# Nothing to do here yet
# fix automount typo
if dpkg --compare-versions $version lt "2.2.3-3"; then
sed -i 's/automounter/automount/' /etc/nsswitch.conf
fi
fi
fi
......@@ -22,7 +22,7 @@ remove_nss_entry() {
s/[[:space:]]+$//
}
' /etc/nsswitch.conf
sed -i '/^automounter/d' /etc/nsswitch.conf
sed -i '/^automount/d' /etc/nsswitch.conf
}
case "$1" in
......
#git=git://pagure.io/SSSD/sssd.git
#git=https://github.com/SSSD/sssd
version=3
opts="uversionmangle=s/alpha/~alpha/;s/beta/~beta/,pgpsigurlmangle=s/$/.asc/" \
https://releases.pagure.org/SSSD/sssd/sssd-(.*)\.tar\.gz