X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=364977d4b3b9054cac876bb96a05007f8739ba9d;hb=549ff25baf9371d910065303e22daf49321b517a;hp=018c1bf9ca947f1376b045e9e94484fda498376e;hpb=f73578bf6f1154b7a05c2996aa0e17e362e9c1bd;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg index 018c1bf9c..364977d4b 100644 --- a/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg +++ b/org.argeo.cms/src/org/argeo/cms/internal/kernel/jaas.cfg @@ -1,13 +1,12 @@ USER { - org.argeo.cms.auth.HttpSessionLoginModule sufficient; - org.argeo.cms.auth.SpnegoLoginModule optional; - com.sun.security.auth.module.Krb5LoginModule optional tryFirstPass=true; - org.argeo.cms.auth.UserAdminLoginModule sufficient; + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.IdentLoginModule optional; + org.argeo.cms.auth.UserAdminLoginModule requisite; }; ANONYMOUS { - org.argeo.cms.auth.HttpSessionLoginModule sufficient; - org.argeo.cms.auth.AnonymousLoginModule sufficient; + org.argeo.cms.auth.RemoteSessionLoginModule sufficient; + org.argeo.cms.auth.AnonymousLoginModule requisite; }; DATA_ADMIN { @@ -15,10 +14,6 @@ DATA_ADMIN { }; NODE { - com.sun.security.auth.module.Krb5LoginModule optional - keyTab="${osgi.instance.area}node/krb5.keytab" - useKeyTab=true - storeKey=true; org.argeo.cms.auth.DataAdminLoginModule requisite; }; @@ -27,11 +22,6 @@ KEYRING { }; SINGLE_USER { - com.sun.security.auth.module.Krb5LoginModule optional - principal="${user.name}" - storeKey=true - useTicketCache=true - debug=true; org.argeo.cms.auth.SingleUserLoginModule requisite; };