Workaround Krb5LoginModule printing to System.out when tryFirstPass is
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / jaas-ipa.cfg
index be902ea6f9d9ce9ea96ce634cc03898b21bb0a01..51db582c69c091bdd7aa79036ff21005b0a9c7e8 100644 (file)
@@ -2,6 +2,7 @@ USER {
     org.argeo.cms.auth.RemoteSessionLoginModule sufficient;
     org.argeo.cms.auth.SpnegoLoginModule optional;
     com.sun.security.auth.module.Krb5LoginModule optional
+     tryFirstPass=true
      storeKey=true;
     org.argeo.cms.auth.UserAdminLoginModule required;
 };