From 885e53c51ae5e0a6c0eeeac2d635734ed1e3970c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 10 Aug 2011 17:25:25 -0700 Subject: [PATCH] acceptor glue --- tests/java/jaas.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/java/jaas.conf b/tests/java/jaas.conf index a61fb4903..00a9e0263 100644 --- a/tests/java/jaas.conf +++ b/tests/java/jaas.conf @@ -3,3 +3,12 @@ kinit { com.sun.security.auth.module.Krb5LoginModule required; }; + +com.sun.security.jgss.accept { + com.sun.security.auth.module.Krb5LoginModule required + useKeyTab=true + storeKey=true + keyTab="server.keytab" + principal="host/localhost" + isInitiator=false; +};