History log of /sssd/src/tests/cmocka/test_krb5_wait_queue.c
Revision Date Author Comments Expand
01ec08efd0e166ac6f390f8627c6d08dcc63ccc4 06-Jul-2015 Jakub Hrozek <jhrozek@redhat.com>

KRB5: Add and use krb5_auth_queue_send to queue requests by default Resolves: https://fedorahosted.org/sssd/ticket/2701 Previously, only the krb5 provides used to queue requests, which resulted in concurrent authentication requests stepping on one another. This patch queues requests by default. Reviewed-by: Sumit Bose <sbose@redhat.com>