From 12c3c12160d2377a24c804276b52529730c416ab Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 22 May 2011 13:01:00 -0700 Subject: [PATCH] pass in client name --- tests/gss/check-spnego.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/gss/check-spnego.in b/tests/gss/check-spnego.in index 7e90f5bba..99a01cd66 100644 --- a/tests/gss/check-spnego.in +++ b/tests/gss/check-spnego.in @@ -161,6 +161,7 @@ for arg in \ NTLM_ACCEPTOR_CCACHE="${cacheds}-no" ${context} --mech-type=spnego \ $arg \ + --client-name=user1@TEST.H5L.SE \ --name-type=hostbased-service \ --ret-mech-type=krb5 \ host@host.test.h5l.se || \ @@ -171,6 +172,7 @@ for arg in \ NTLM_USER_FILE="${srcdir}/ntlm-user-file.txt-no" ${context} --mech-type=spnego \ $arg \ + --client-name=user1@TEST.H5L.SE \ --name-type=hostbased-service \ --ret-mech-type=krb5 \ host@host.test.h5l.se || \ @@ -181,6 +183,7 @@ for arg in \ KRB5_KTNAME="${keytab}-no" ${context} --mech-type=spnego \ $arg \ + --client-name=user1@TEST.H5L.SE \ --server-no-delegate \ --name-type=hostbased-service \ --ret-mech-type=ntlm \ @@ -192,6 +195,7 @@ for arg in \ KRB5CCNAME="${cache}-no" ${context} --mech-type=spnego \ $arg \ + --client-name=user1@TEST.H5L.SE \ --server-no-delegate \ --name-type=hostbased-service \ --ret-mech-type=ntlm \