From: Clinton Ebadi Date: Wed, 15 Apr 2015 05:57:23 +0000 (-0400) Subject: set pam_afs_session ignore_root X-Git-Tag: debian/5^0 X-Git-Url: https://git.hcoop.net/hcoop/zz_old/debian/hcoop-krb5-config.git/commitdiff_plain?ds=sidebyside set pam_afs_session ignore_root Fixes sudo on Jessie and should have no adverse effects --- diff --git a/debian/changelog b/debian/changelog index 6763e31..9a6e4d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 15 Apr 2015 01:56:59 -0400 + hcoop-krb5-config (4) unstable; urgency=medium * Fix deprecated mixed implicit and normal rules makefile syntax diff --git a/files/krb5.conf.hcoop b/files/krb5.conf.hcoop index 7546c01..76e19a0 100644 --- a/files/krb5.conf.hcoop +++ b/files/krb5.conf.hcoop @@ -11,4 +11,9 @@ [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