Test init_sec_context using keytab based credentials

Based on problem description from Rick Macklem in [HEIMDAL-197],
problem still not fixed.
This commit is contained in:
Love Hornquist Astrand
2009-07-17 15:57:45 -07:00
parent 8b71d0b93f
commit 517be51cc5
2 changed files with 174 additions and 1 deletions

View File

@@ -277,7 +277,7 @@ TESTS = test_oid test_names test_cfx
test_cfx_SOURCES = krb5/test_cfx.c
check_PROGRAMS = test_acquire_cred $(TESTS)
check_PROGRAMS = test_acquire_cred test_init_creds $(TESTS)
bin_PROGRAMS = gss
noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm
@@ -285,6 +285,7 @@ noinst_PROGRAMS = test_cred test_kcred test_context test_ntlm
test_context_SOURCES = test_context.c test_common.c test_common.h
test_ntlm_SOURCES = test_ntlm.c test_common.c test_common.h
test_acquire_cred_SOURCES = test_acquire_cred.c test_common.c test_common.h
test_init_creds_SOURCES = test_init_creds.c test_common.c test_common.h
test_ntlm_LDADD = \
$(top_builddir)/lib/ntlm/libheimntlm.la \