simple java kinit test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21417 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-05 13:55:00 +00:00
parent bc795228f9
commit 42bbaafa08
6 changed files with 313 additions and 0 deletions

5
tests/java/jaas.conf Normal file
View File

@@ -0,0 +1,5 @@
/* $Id$ */
kinit {
com.sun.security.auth.module.Krb5LoginModule required;
};