~michael-sheldon/ubuntu-touch-session/fix-1659388

« back to all changes in this revision

Viewing changes to debian/ubuntu-touch-session.postinst

  • Committer: CI bot
  • Author(s): Michael Terry
  • Date: 2014-08-13 21:02:30 UTC
  • mfrom: (211.1.1 extrausers-pam)
  • Revision ID: ps-jenkins@lists.canonical.com-20140813210230-1gk3a6x5pdxlaonz
Add a pam-config file to configure PAM the way that Touch likes it (with an entry for pam_extrausers with low security options).  We previously just manually edited the file, but this way will work better with apt-get upgrade. Fixes: 1348637
Approved by: Steve Langasek

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
pam-auth-update --package touch-extrausers
 
4
 
 
5
#DEBHELPER#