Something I forgot to mention as part of #23 - syscom members should never be expired (this is a safety measure which is also included in libpam-csc).
I suggest using the user_is_in_group helper function in ceod/api/utils.py, and mocking it out during the unit tests.
Something I forgot to mention as part of #23 - syscom members should never be expired (this is a safety measure which is also included in libpam-csc).
I suggest using the `user_is_in_group` helper function in ceod/api/utils.py, and mocking it out during the unit tests.
Something I forgot to mention as part of #23 - syscom members should never be expired (this is a safety measure which is also included in libpam-csc).
I suggest using the
user_is_in_group
helper function in ceod/api/utils.py, and mocking it out during the unit tests.