On 05.01.11 11:05, "Javier Arias" <jar...@ujaen.es> wrote: >Thanks for your early answer. I was using SimpleLoginModule because I >did not know these modules are not for productive environment (I have >been working few days with JackRabbit). I saw the file that you >suggested but I do not understand something.
What version of Jackrabbit are you using? SimpleLoginModule was the default in 1.x versions, but basically deprecated now. Since 2.0 the default repository.xml [1] uses DefaultSecurityManager and DefaultLoginModule that allow full user management and ACLs. > Now I only can access with >user admin. Where do I indicate wich users are allowed and their >passwords? In the repository. There is no UI in the jackrabbit-webapp for that, afaik, but you might want to check out Apache Sling for that, it has a user management HTTP API [2]. Or look at some of the open source tools for that (link lists under [3] - [5]). The default admin user is "admin/admin". [1] http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/main/r esources/org/apache/jackrabbit/core/repository.xml [2] http://sling.apache.org/site/managing-users-and-groups-jackrabbitusermanage r.html [3] http://stackoverflow.com/questions/382622/is-there-a-tool-to-directly-edit- the-contents-of-a-jackrabbit-repository [4] http://stackoverflow.com/questions/1234103/does-anybody-know-a-good-and-eas y-jcr-ui-management-tool [5] http://wiki.apache.org/jackrabbit/JcrLinks#Open_Source_Tools_and_Libraries Regards, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel