Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.
The following page has been changed by CedricChantepie:
http://wiki.apache.org/jackrabbit/JackrabbitOnJbossSecurity
The comment on the change is:
jboss-service.xml
------------------------------------------------------------------------------
* Create a $JBOSS_HOME/server/<default>/deploy/jackrabbitsecurity.sar directory (yes,
name the directory with .sar at the end).
- * jackrabbitsecurity.rar/jackrabbit-dynamic-login-service.xml
+ * jackrabbitsecurity.rar/META-INF/jboss-service.xml
<server>
<mbean code="org.jboss.security.auth.login.DynamicLoginConfig" name="org.apache.jackrabbit:service=DynamicLoginConfig">
@@ -79, +79 @@
* jackrabbitsecurity.sar/jackrabbit-login-config.xml
Place what would be your normal login-config.xml configuration here.
- * jackrabbitsecurity.sar/META-INF/jboss-service.xml
- <?xml version="1.0" encoding="UTF-8"?><server></server>
-
In addition, if you have custom login module libraries only used for this security authentication
configuration, those can also be placed here.
----
|