Rename packages in order to make future stable documentation clearer.
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index e32c23f11c09f167f29a93e67e6358c738c89526..9a59613e9d944610c829943d2408cc6562666172 100644 (file)
@@ -1,5 +1,6 @@
 USER {
     org.argeo.cms.auth.HttpSessionLoginModule sufficient;
+    org.argeo.cms.auth.IdentLoginModule optional;
     org.argeo.cms.auth.UserAdminLoginModule sufficient;
 };
 
@@ -9,11 +10,11 @@ ANONYMOUS {
 };
 
 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 {