SPNEGO working
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / jaas-ipa.cfg
index c7c804c649ef13b561e57d3611301c9f9c07faaf..d0928aac0ff1482953ead65fedbf61b628b71239 100644 (file)
@@ -28,10 +28,8 @@ KEYRING {
 
 SINGLE_USER {
     com.sun.security.auth.module.Krb5LoginModule optional
-     principal="${user.name}"
      storeKey=true
-     useTicketCache=true
-     debug=true;
+     useTicketCache=true;
     org.argeo.cms.auth.SingleUserLoginModule requisite;
 };