|
All content with label authentication.
Related Labels:
integration, blojsom, config, outdated, needsreview
Ldap authentication
(Community Wiki)
What is it? The developers of Magnolia chose to use Sun's JAAS http://java.sun.com/products/jaas/ for security. This allows separation of the way the client is requested for the username and password and the way they are authenticated and authorized. This will work with community version 3.5 of Magnolia. Setup There are three main ...
Other labels:
integration
|
JAASLoginModule
(Community Wiki)
Container Managed Security: how to authenticate users with Magnolia. 1: Copy The Login module JAR under WEBINF/lib 2: Configure the webapp context in server.xml. Find the context declaration and add the realm <Realm className="org.apache.catalina.realm.JAASRealm" appName="magnolialogin ...
Other labels:
config, outdated, needsreview
|
Magnolia CAS
(Community Wiki)
You will find a tutorial written by Roberto Cosenza here: Magnolia and CAS http://robcos.com/magnoliacas.html The above tutorial is useful in terms of pointing you in the right direction, but it is hopelessly out of date now. I recently interfaced my Magnolia instance ...
Other labels:
integration
|
Magnolia and Blojsom weblog integration
(Community Wiki)
following these instructions you will be able to authenticate blojsom users against the magnolia repository. Instructions: 1 Make JCR classes accessible to Blojsom. Copy jcr.jar and proposal.jar to the blojsom classpath (/WEBINF/lib) or move these jars from magnolia /WEBINF/lib ...
Other labels:
integration, blojsom
|
|
|