summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-13 15:15:30 +0100
committerSimon Rettberg2018-03-13 15:15:30 +0100
commit759d0f90130321b8d1dbbd23c1f5d180c39f5dbf (patch)
treec7327f556e7c6459351c316b0840047a64f3ed79 /core/modules/pam-slx-plug
parentWhitelist HD Graphics 530 (8086:1912) for 3D Support (diff)
downloadmltk-759d0f90130321b8d1dbbd23c1f5d180c39f5dbf.tar.gz
mltk-759d0f90130321b8d1dbbd23c1f5d180c39f5dbf.tar.xz
mltk-759d0f90130321b8d1dbbd23c1f5d180c39f5dbf.zip
[pam-slx-plug] Change location of user's krb5 CC
Diffstat (limited to 'core/modules/pam-slx-plug')
-rwxr-xr-xcore/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config b/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config
index 71e76119..0ac461ae 100755
--- a/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config
+++ b/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config
@@ -85,7 +85,7 @@ fi
# Insert kerberos before our auth module
if [ -s "/etc/krb5.conf" ]; then
- auth+=("optional pam_krb5.so minimum_uid=1000 use_first_pass")
+ auth+=("optional pam_krb5.so minimum_uid=1000 use_first_pass ccache=FILE:/run/user/krb5cc_%u_XXXXXX ccname_template=FILE:/run/user/krb5cc_%U_XXXXXX")
session+=("optional pam_krb5.so minimum_uid=1000")
fi