X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=9ce961b28c2f25fff87d9f32f3a904119a2d5e5e;hb=bf8bd05b74a873460a3ec5d5cf4b666a9ce2c372;hp=110d0e14372aedc99ecbd3f0160c3d6d254a5fff;hpb=ac0e87610688fb0634ab5528ab170459134e94a2;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 110d0e143..9ce961b28 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,8 +1,29 @@ -SPRING_SECURITY_CONTEXT { - org.argeo.security.core.SpringLoginModule required; - org.springframework.security.authentication.jaas.SecurityContextLoginModule required; +USER { + org.argeo.cms.auth.HttpSessionLoginModule sufficient; + org.argeo.cms.auth.UserAdminLoginModule requisite; +}; + +DATA_ADMIN { + org.argeo.cms.auth.DataAdminLoginModule requisite; +}; + +NODE { + org.argeo.cms.auth.DataAdminLoginModule requisite; }; KEYRING { - org.argeo.security.crypto.KeyringLoginModule required; + org.argeo.cms.auth.KeyringLoginModule required; +}; + +SINGLE_USER { + com.sun.security.auth.module.Krb5LoginModule optional + principal="${user.name}" + storeKey=true + useTicketCache=true + debug=true; + org.argeo.cms.auth.SingleUserLoginModule requisite; +}; + +Jackrabbit { + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; };