Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_ldap_auth: Use right assertion for integer comparison | Lukas Slebodnik | 2015-03-26 | 1 | -6/+6 |
| | | | | | | | The macro assert_int_equal prints value of integers if they are not equal. Reviewed-by: Pavel Reichl <preichl@redhat.com> | ||||
* | ldap: refactor check_pwexpire_kerberos to use util func | Pavel Reichl | 2015-03-23 | 1 | -2/+2 |
| | | | | | | | | | Refactor check_pwexpire_kerberos() to use utility function sss_utc_to_time_t(). Modify test to handle new error code ERR_TIMESPEC_NOT_SUPPORTED Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> | ||||
* | TESTS: test expiration | Pavel Reichl | 2015-03-23 | 1 | -0/+102 |
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |