tests: kerberos-test includes check on KKDCP functionality

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-27 15:07:10 +01:00
parent 8bc43d6977
commit b1fe057f8c
2 changed files with 3 additions and 5 deletions

View File

@@ -16,7 +16,9 @@
[realms] [realms]
KERBEROS.TEST = { KERBEROS.TEST = {
kdc = kerberos.test kdc = https://kerberos.test/kerberos
http_anchors = FILE:/etc/ca.pem
# kdc = kerberos.test
admin_server = kerberos.test admin_server = kerberos.test
auto_to_local = DEFAULT auto_to_local = DEFAULT
} }

View File

@@ -284,11 +284,7 @@ route = fd91:6d87:7341:db6a::/64
# post using MS-KKDCP, and the message will be forwarded to the provided # post using MS-KKDCP, and the message will be forwarded to the provided
# KDC server. That is a translation URL between HTTP and Kerberos. # KDC server. That is a translation URL between HTTP and Kerberos.
# This option is available if ocserv is compiled with GSSAPI support. # This option is available if ocserv is compiled with GSSAPI support.
#kkdcp = /kerberos udp@127.0.0.1:88 application/kerberos
kkdcp = /kerberos NONEXISTING.COM tcp@10.100.1.1:88
kkdcp = /kerberos OTHER.TEST tcp@10.100.2.1:88
kkdcp = /kerberos KERBEROS.TEST tcp@127.0.0.1:88 kkdcp = /kerberos KERBEROS.TEST tcp@127.0.0.1:88
kkdcp = /kerberos KERBEROS.LONGER.TEST tcp@10.100.3.1:88
# #
# The following options are for (experimental) AnyConnect client # The following options are for (experimental) AnyConnect client