jhrozek / pam_hbac

A simple pam account module to process HBAC rules stored on an IPA server
GNU General Public License v3.0
10 stars 9 forks source link

integration tests only work on platforms with pam-wrapper #77

Open jhrozek opened 8 years ago

jhrozek commented 8 years ago

We support quite a few platforms already and more are to come, but unfortunately our tests don't work with anything else than pam_wrapper and libpamtest-python. We should extend the integration tests to work with totally custom PAM service that the developer would define on the CI target machine and then we could either work with NSS_WRAPPER-provided users or even passwd accounts.