[ARVADOS] updated: c416e64c8f6a3a1e66daaf8ed2da0b9251df30cb

git at public.curoverse.com git at public.curoverse.com
Wed Jul 8 12:19:39 EDT 2015


Summary of changes:
 sdk/pam/debian/shellinabox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c416e64c8f6a3a1e66daaf8ed2da0b9251df30cb (commit)
      from  c01e6aeda1af59597bfddf046628bb4802f2d671 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c416e64c8f6a3a1e66daaf8ed2da0b9251df30cb
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Jul 8 12:19:18 2015 -0400

    Fix path for arvados_pam.py
    
    refs #2256

diff --git a/sdk/pam/debian/shellinabox b/sdk/pam/debian/shellinabox
index 65091b6..b983728 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;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list