Fix path for arvados_pam.py
authorWard Vandewege <ward@curoverse.com>
Wed, 8 Jul 2015 16:19:18 +0000 (12:19 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 8 Jul 2015 16:19:18 +0000 (12:19 -0400)
refs #2256

sdk/pam/debian/shellinabox

index 65091b6a2d5ae9de36c8f485097b99502c690245..b98372829fa6f6af66bcbc79c92bf8c6b280833b 100644 (file)
@@ -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;