minrk / pamela

Python PAM interface
Other
34 stars 10 forks source link

map some extra functions on the PamHandle #14

Closed hardening closed 5 years ago

hardening commented 5 years ago

Map pam_set_item and pam_open_session on PamHandle. Also define some nice constants.

hardening commented 5 years ago

Hi, is this project still maintained ?

minrk commented 5 years ago

Yes! Sorry for the delays. I'm trying to figure out how to fix the tests on old Pythons in #15. In the meantime, can you add tests for the new methods?

minrk commented 5 years ago

Figured it out in #15, so if you add tests here, they should start passing if they work

hardening commented 5 years ago

Would be nice if the pip package could be updated after merge, so that a simple pip install pamelawould install the last version.

hardening commented 5 years ago

Function close_session added.

minrk commented 5 years ago

Thanks! pamela-1.0 published to PyPI

hardening commented 5 years ago

nice !