summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-15 11:28:43 +0100
committerSimon Rettberg2021-03-15 11:28:43 +0100
commit60c28d6d06125c49ac85464e48f78f2cc2932a28 (patch)
tree7d1bb5d136cafa01799bb917e16b510230ba6d5e /core/modules/pam-slx-plug
parent[pam-bwidm] Retry fetching idp list from master-server (diff)
downloadmltk-60c28d6d06125c49ac85464e48f78f2cc2932a28.tar.gz
mltk-60c28d6d06125c49ac85464e48f78f2cc2932a28.tar.xz
mltk-60c28d6d06125c49ac85464e48f78f2cc2932a28.zip
[pam-slx-plug] Escape backslash
Diffstat (limited to 'core/modules/pam-slx-plug')
-rwxr-xr-xcore/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth b/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth
index 9de61708..264e3c1e 100755
--- a/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth
+++ b/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth
@@ -215,7 +215,7 @@ chown "${USER_UID}" "${TEMP_HOME_DIR}/WARNING.txt"
# Remember for hooks in auth-slx-source.d
if [ "${NETWORK_HOME:0:2}" = '//' ]; then
- PERSISTENT_NETPATH=$(echo "$NETWORK_HOME" | tr '/' '\')
+ PERSISTENT_NETPATH=$(echo "$NETWORK_HOME" | tr '/' '\\')
else
PERSISTENT_NETPATH="$NETWORK_HOME"
fi