X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=inline;f=org.argeo.cms%2Fsrc%2Forg%2Fargeo%2Fcms%2Finternal%2Fkernel%2Fjaas.cfg;h=0e76f376a3793a5a3175bbe591c946d6c9a7a616;hb=cf02d7afd63e6bbef9f7a88ee9674c27ff843d79;hp=c8033b1bd7bf070ef605d17ee48005beb47f2288;hpb=998f2785e9571572c21117da28fbd1d681cc33a4;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 c8033b1bd..0e76f376a 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,14 +1,28 @@ USER { + org.argeo.cms.internal.auth.UserAdminLoginModule requisite; +}; + +OLD_USER { org.argeo.cms.internal.auth.EndUserLoginModule requisite; org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; }; ANONYMOUS { + org.argeo.cms.internal.auth.UserAdminLoginModule requisite anonymous=true; +}; + +OLD_ANONYMOUS { org.argeo.cms.internal.auth.AnonymousLoginModule requisite; org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; }; SYSTEM { + org.argeo.cms.internal.auth.SystemLoginModule requisite; + org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; +}; + +OLD_SYSTEM { org.argeo.cms.internal.auth.SystemLoginModule requisite; org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; }; @@ -22,3 +36,8 @@ SINGLE_USER { org.argeo.cms.internal.auth.SingleUserLoginModule requisite; org.springframework.security.authentication.jaas.SecurityContextLoginModule requisite; }; + +Jackrabbit { + org.argeo.security.jackrabbit.SystemJackrabbitLoginModule requisite; +}; +