diff options
author | Jeremy Allison <jra@samba.org> | 2004-06-22 00:48:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:00 -0500 |
commit | f0f2e28958cb9abfed216c71f291f19ea346d630 (patch) | |
tree | 47184afdba976e2716ec2de5c50e4bf7db92895a /source/Makefile.in | |
parent | be8a2dc00dd876c4b596600ae72d4ac05f9ebe64 (diff) | |
download | samba-f0f2e28958cb9abfed216c71f291f19ea346d630.tar.gz samba-f0f2e28958cb9abfed216c71f291f19ea346d630.tar.xz samba-f0f2e28958cb9abfed216c71f291f19ea346d630.zip |
r1215: Intermediate checkin of the new keytab code. I need to make sure I
haven't broken krb5 ticket verification in the mainline code path,
also need to check with valgrind. Everything now compiles (MIT, need
to also check Heimdal) and the "net keytab" utility code will follow.
Jeremy.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index c8d2b959a4d..56f1ab2487e 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -228,7 +228,7 @@ KRBCLIENT_OBJ = libads/kerberos.o libads/ads_status.o LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o libads/sasl.o \ libads/krb5_setpw.o libads/ldap_user.o \ - libads/ads_struct.o \ + libads/ads_struct.o libads/kerberos_keytab.o \ libads/disp_sec.o libads/ads_utils.o libads/ldap_utils.o \ libads/ads_ldap.o libads/authdata.o |