diff options
author | Sumit Bose <sbose@redhat.com> | 2010-11-15 13:46:17 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-03 10:41:28 -0500 |
commit | f3f9ce8024d7610439d6c70ddafab1ab025cf8a8 (patch) | |
tree | 415d65170f362c2df65410084cadbcc016b4673d /Makefile.am | |
parent | 1709edfb690bb4ffa4b96c64d08853f47390eda3 (diff) | |
download | sssd-f3f9ce8024d7610439d6c70ddafab1ab025cf8a8.tar.gz sssd-f3f9ce8024d7610439d6c70ddafab1ab025cf8a8.tar.xz sssd-f3f9ce8024d7610439d6c70ddafab1ab025cf8a8.zip |
Add support for automatic Kerberos ticket renewal
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 4a8fd599c..95a130acf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -824,6 +824,7 @@ libsss_krb5_la_SOURCES = \ src/providers/krb5/krb5_utils.c \ 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_auth.c \ src/providers/krb5/krb5_access.c \ src/providers/krb5/krb5_child_handler.c \ @@ -871,6 +872,7 @@ libsss_ipa_la_SOURCES = \ src/providers/krb5/krb5_utils.c \ 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_common.c \ src/providers/krb5/krb5_auth.c \ src/providers/krb5/krb5_access.c \ |