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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user