Change webdav and remoting URLs
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / jaas.cfg
index 269c9112ba058c852a221bda7d80f387949f3f61..4c7ebb328c7b7f766e3278011629b1c5ce2744b8 100644 (file)
@@ -17,14 +17,10 @@ SYSTEM {
     org.argeo.cms.auth.DataAdminLoginModule requisite;
 };
 
-KERNEL {
-    org.argeo.cms.internal.auth.KernelLoginModule requisite;
-};
 
 HARDENED_KERNEL {
     com.sun.security.auth.module.UnixLoginModule requisite;
     com.sun.security.auth.module.KeyStoreLoginModule requisite keyStoreURL="${osgi.instance.area}/node.p12" keyStoreType=PKCS12;
-    org.argeo.cms.internal.auth.KernelLoginModule requisite;
 };
 
 KEYRING {