set pam_afs_session ignore_root master debian/5
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 15 Apr 2015 05:57:23 +0000 (01:57 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 15 Apr 2015 05:57:23 +0000 (01:57 -0400)
Fixes sudo on Jessie and should have no adverse effects

debian/changelog
files/krb5.conf.hcoop

index 6763e31..9a6e4d8 100644 (file)
@@ -1,3 +1,9 @@
+hcoop-krb5-config (5) unstable; urgency=medium
+
+  * Set pam_afs_session ignore_root to fix sudo on Debian Jessie
+
+ -- Clinton Ebadi <clinton@unknownlamer.org>  Wed, 15 Apr 2015 01:56:59 -0400
+
 hcoop-krb5-config (4) unstable; urgency=medium
 
   * Fix deprecated mixed implicit and normal rules makefile syntax
 hcoop-krb5-config (4) unstable; urgency=medium
 
   * Fix deprecated mixed implicit and normal rules makefile syntax
index 7546c01..76e19a0 100644 (file)
@@ -11,4 +11,9 @@
 
 [domain_realm]
        .hcoop.net = HCOOP.NET
 
 [domain_realm]
        .hcoop.net = HCOOP.NET
-       hcoop.net  = HCOOP.NET
\ No newline at end of file
+       hcoop.net  = HCOOP.NET
+
+[appdefaults]
+       pam-afs-session = {
+                       ignore_root = true
+       }
\ No newline at end of file