hi
which version of jackrabbit are you referring to?
more recent versions use to have a user management
that can be accessed using the jackrabbit api. this
should allow you to create users, groups.... etc...
then you only have to make sure your login module is
aware of the users... the defaultloginmodule present
with the same versions pretty much works that way.
please note however: limited access to certain nodes
is not defined by the user management but by the access
control mechanism you are having in your repo.
hope that helps
angela
Hello Users,
I just want to know that is there any mechanism in
which we can have more than one user account such as one admin and more than
one users account to access repository. I searched a lot about this in forum
but didn't find a solution. Right now i' m using JAAS and username and
password is hardcoded into the LoginModule and it is used in the repository
but what i need is when i use DAVEXPLORER to locate Repository then there
must be some more user accounts in different roles in order to provide them
access of limited nodes.
The repository must be storing the username and passwords somewhere, so
can't we do any thing related to adding/creating the users into the
repository.
Thanks,
simer