From c416e64c8f6a3a1e66daaf8ed2da0b9251df30cb Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 8 Jul 2015 12:19:18 -0400 Subject: [PATCH] Fix path for arvados_pam.py refs #2256 --- sdk/pam/debian/shellinabox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pam/debian/shellinabox b/sdk/pam/debian/shellinabox index 65091b6a2d..b98372829f 100644 --- a/sdk/pam/debian/shellinabox +++ b/sdk/pam/debian/shellinabox @@ -70,7 +70,7 @@ session required pam_env.so readenv=1 envfile=/etc/default/locale # pam-auth-update(8) for details. # here are the per-package modules (the "Primary" block) -auth [success=1 default=ignore] pam_python.so /usr/local/bin/arvados_pam.py +auth [success=1 default=ignore] pam_python.so /usr/bin/arvados_pam.py # here's the fallback if no module succeeds auth requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; -- 2.30.2