summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-13 11:00:11 +0100
committerSimon Rettberg2018-03-13 11:00:11 +0100
commitab4726a09a8c8510d08555a5e9c4a40402fa0ef1 (patch)
tree952a7554543c451d7391de8249f1b5e29dea87aa /core/modules/pam-slx-plug
parent[pam] Clean up pam.d contents (diff)
downloadmltk-ab4726a09a8c8510d08555a5e9c4a40402fa0ef1.tar.gz
mltk-ab4726a09a8c8510d08555a5e9c4a40402fa0ef1.tar.xz
mltk-ab4726a09a8c8510d08555a5e9c4a40402fa0ef1.zip
[pam-slx-plug] Fix typo (krb5.conf)
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 c28ed125..71e76119 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
@@ -84,7 +84,7 @@ if [ -x "/opt/openslx/scripts/pam_bwidm" ]; then
fi
# Insert kerberos before our auth module
-if [ -s "/etc/ksb5.conf" ]; then
+if [ -s "/etc/krb5.conf" ]; then
auth+=("optional pam_krb5.so minimum_uid=1000 use_first_pass")
session+=("optional pam_krb5.so minimum_uid=1000")
fi