6934: Load config from pam conf instead of yaml. Add docker/integration tests and...
authorTom Clegg <tom@curoverse.com>
Sun, 9 Aug 2015 05:05:05 +0000 (01:05 -0400)
committerTom Clegg <tom@curoverse.com>
Sun, 9 Aug 2015 05:05:05 +0000 (01:05 -0400)
commit132bbb69970640e2906bc1285bee9709accb3fc7
tree97876e043fd00c738eaf3251e433d3a9dc2dab59
parent507110dc0aa1329ac4e5aad59c347a49e9f77364
6934: Load config from pam conf instead of yaml. Add docker/integration tests and example configs.
sdk/pam/.dockerignore [new file with mode: 0644]
sdk/pam/Dockerfile [new file with mode: 0644]
sdk/pam/arvados_pam/__init__.py
sdk/pam/debian/arvados_pam [deleted file]
sdk/pam/debian/shellinabox [deleted file]
sdk/pam/examples/etc_pam.d_arvados-pam-test [new file with mode: 0644]
sdk/pam/examples/etc_pam.d_shellinabox [new file with mode: 0644]
sdk/pam/examples/pam-auth-update_arvados [new file with mode: 0644]
sdk/pam/setup.py [changed mode: 0644->0755]
sdk/pam/tests/test_integration.py [new file with mode: 0644]
sdk/pam/tests/test_pam.py