[Commits] (bcm) use SecureContextLoginModule instead of the
Jackrabbit SimpleLoginModule.
commits at osafoundation.org
commits at osafoundation.org
Mon Mar 28 10:45:08 PST 2005
Commit by: bcm
Modified files:
server/etc/jaas.config 1.5 1.6
Log message:
use SecureContextLoginModule instead of the Jackrabbit SimpleLoginModule.
remove yet another Jackrabbit dependency :D :D :D
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/etc/jaas.config.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: server/etc/jaas.config
diff -u server/etc/jaas.config:1.5 server/etc/jaas.config:1.6
--- server/etc/jaas.config:1.5 Mon Mar 21 22:08:49 2005
+++ server/etc/jaas.config Mon Mar 28 10:45:07 2005
@@ -1,3 +1,3 @@
Jackrabbit {
-org.apache.jackrabbit.core.security.SimpleLoginModule required debug=false;
+org.osaf.acegisecurity.jaas.SecureContextLoginModule required;
};
More information about the Commits
mailing list