Hi Ishai,

if you are looking for simple authentication based on a few configuration files you could follow the approach presented on:
http://wiki.apache.org/jackrabbit/SimpleJbossAccessManager
Further to the description there you will have to:
(1) add the following lines to login-config.xml in server\default\conf:
<application-policy name="Jackrabbit">
<authentication>
<login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required"> <module-option name="usersProperties">props/jackrabbit-users.properties</module-option> <module-option name="rolesProperties">props/jackrabbit-roles.properties</module-option>
</login-module>
</authentication>
</application-policy>
(2) create a server\default\conf\props\jackrabbit-roles.properties file listing <username>=<rolename> pairs (3) create a server\default\conf\props\jackrabbit-users.properties file listing <username>=<passsword> pairs (4) rename the rolemappings.properties file in repository.home (that lists <rolename>=<permission> pairs) to rolemapping.properties (if you use jackrabbit 1.3 or higher)


hope that helps,
Markus


Ishai Borovoy schrieb:
Hi,
I succeed to deploy (JCA deployment) rar file on JBosss, and everything is
work fine.  how can I configure the repository/Jboss to work with custom
authentication (for example with user.properties file)?


--
Mag. Markus Reis

Austrian Research Centers GmbH - ARC
Research Studios
Studio Digital Memory Engineering

Thurngasse 8/3/20, A-1090 Wien
Mobile: +43 664 825 1106
Tel.: +43-1-585 05 37 - 16
Fax: +43-1-585 37 41

<[EMAIL PROTECTED]>
http://www.arcs.ac.at/
http://www.researchstudio.at/
http://dme.researchstudio.at/

HG Wien – FN 115980i – ATU14703506

Reply via email to