Work on servlet securitxy integration.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index e32c23f11c09f167f29a93e67e6358c738c89526..0ebfb3a1306b06778e7cba69a96a9d491e67ca54 100644 (file)
@@ -1,19 +1,20 @@
 USER {
     org.argeo.cms.auth.HttpSessionLoginModule sufficient;
-    org.argeo.cms.auth.UserAdminLoginModule 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.AnonymousLoginModule requisite;
 };
 
 DATA_ADMIN {
-    org.argeo.cms.auth.DataAdminLoginModule requisite;
+    org.argeo.api.DataAdminLoginModule requisite;
 };
 
 NODE {
-    org.argeo.cms.auth.DataAdminLoginModule requisite;
+    org.argeo.api.DataAdminLoginModule requisite;
 };
 
 KEYRING {