Update PAM config, now just includes common-auth, common-account and common-session ckermit-212-beta
authorIan Beckwith <ianb@erislabs.net>
Fri, 24 Jun 2011 16:49:27 +0000 (17:49 +0100)
committerIan Beckwith <ianb@erislabs.net>
Fri, 24 Jun 2011 16:49:27 +0000 (17:49 +0100)
debian/changelog
debian/kermit.pam

index 1291cc6..ce631d0 100644 (file)
@@ -10,6 +10,8 @@ ckermit (212-1~b2) unstable; urgency=low
   * Removed all patches from debian/patches, all taken upstream.
   * debian/rules: use dh minimal rules file.
   * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
+  * Update PAM config, now just includes common-auth, common-account
+    and common-session.
   * Propitiate lintian:
     + remove ./ from override paths.
     + add override unusual-interpreter #!/usr/bin/kermit.
@@ -20,7 +22,7 @@ ckermit (212-1~b2) unstable; urgency=low
     + Standards-Version: 3.9.2 (no changes).
   * Remove XS-Autobuild: yes; not needed now we are in main.
 
- -- Ian Beckwith <ianb@debian.org>  Fri, 24 Jun 2011 16:41:04 +0100
+ -- Ian Beckwith <ianb@debian.org>  Fri, 24 Jun 2011 17:49:03 +0100
 
 ckermit (211-15) unstable; urgency=low
 
index b07925c..5a1225f 100644 (file)
@@ -1,4 +1,4 @@
-auth   required        pam_unix_auth.so shadow nullok
-account        required        pam_unix_acct.so
-session        required        pam_unix_session.so
+@include common-auth
+@include common-account
+@include common-session