~ubuntu-branches/ubuntu/lucid/samba/lucid-security

« back to all changes in this revision

Viewing changes to debian/winbind.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-04-06 11:59:54 UTC
  • Revision ID: james.westby@ubuntu.com-20100406115954-abof7mfw43ncpopw
Tags: 2:3.4.7~dfsg-1ubuntu2
* debian/winbind.pam-config: Fix password PAM profile for winbind, thanks to
  Steve Langasek for investigation and fix (LP: #546874)
* debian/winbind.prerm, debian/winbind.postinst: Enable and disable winbind
  PAM profile on package install/removal (LP: #556342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
getent group winbindd_priv >/dev/null 2>&1 ||
6
6
        addgroup --system --force-badname --quiet winbindd_priv
7
7
 
 
8
pam-auth-update --package
 
9
 
8
10
# move a tdb that should have been in /var/cache all along
9
11
if dpkg --compare-versions "$2" lt-nl 3.0.25b-2 \
10
12
   && [ -e /var/run/samba/idmap_cache.tdb ] \