diff options
author | Sumit Bose <sbose@redhat.com> | 2010-12-13 22:38:21 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-20 09:39:55 -0500 |
commit | 7d436b1bd6bcca29aa9874adc11bdfb862139cd8 (patch) | |
tree | 428ef49bb979c8ecddd70dfdafd9de5ca27bd1a3 /Makefile.am | |
parent | 589dd0f6600515926e4e514442c62366db0a62b3 (diff) | |
download | sssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.tar.gz sssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.tar.xz sssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.zip |
Serialize requests of the same user in the krb5 provider
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a98b58992..d2cf3d07e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -807,6 +807,7 @@ libsss_krb5_la_SOURCES = \ src/providers/krb5/krb5_become_user.c \ src/providers/krb5/krb5_delayed_online_authentication.c \ src/providers/krb5/krb5_renew_tgt.c \ + src/providers/krb5/krb5_wait_queue.c \ src/providers/krb5/krb5_auth.c \ src/providers/krb5/krb5_access.c \ src/providers/krb5/krb5_child_handler.c \ @@ -854,6 +855,7 @@ libsss_ipa_la_SOURCES = \ src/providers/krb5/krb5_become_user.c \ src/providers/krb5/krb5_delayed_online_authentication.c \ src/providers/krb5/krb5_renew_tgt.c \ + src/providers/krb5/krb5_wait_queue.c \ src/providers/krb5/krb5_common.c \ src/providers/krb5/krb5_auth.c \ src/providers/krb5/krb5_access.c \ |