From b5deb2d1140706474908f8e2db0a70baed0a6f5d Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Wed, 15 Apr 2015 01:57:23 -0400 Subject: [PATCH] set pam_afs_session ignore_root Fixes sudo on Jessie and should have no adverse effects --- debian/changelog | 6 ++++++ files/krb5.conf.hcoop | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- 2.20.1