diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-08-09 16:09:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:37 -0400 |
commit | 93109c5f1d85c028ce5cf6e31e2249ca90a7f746 (patch) | |
tree | a075e329e974689ebfe14d7990fa29dd268fef05 /Makefile.am | |
parent | 64783bdc0aff447a356c5169c027dadc05dfb312 (diff) | |
download | sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.tar.gz sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.tar.xz sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.zip |
Initialize kerberos service for GSSAPI
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d1fcd862b..605b97ad9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -769,6 +769,7 @@ libsss_ldap_la_SOURCES = \ src/providers/ldap/sdap_fd_events.c \ src/providers/ldap/sdap_id_op.c \ src/providers/ldap/sdap.c \ + src/providers/krb5/krb5_common.c \ src/util/user_info_msg.c \ src/util/sss_ldap.c \ src/util/sss_krb5.c |