Thanks james I have tried with the action = "all" and its working as of now :-)
Plus I have removed all the roles and users (except root user) and seems working fine Regards, Mihir -----Original Message----- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 9:25 PM To: [EMAIL PROTECTED] Subject: Re: Need help for Domain.xml 1. In slide.properties turn of versioning (this is in the slide-kernel jar file under org/apache/slide). I don't know if you can safely remove those paths from the Domain.xml, but they won't be used anymore. 2. In the Domain.xml there's a permissions tag that grants "all" to "/roles/root". Change /roles/root to "authenticated". 3. Remove the roles from Domain.xml. You may still need to create the root /roles node. Again, since Slide expects a /roles node I don't know how it will handle the node not being there. 4. I think you'll still need the actions, since they build on eachother and I think "all" is one of the actions (I could be wrong about that, though). Worse case you remove them from the Domain.xml and find out you need to put them back. -James >>> [EMAIL PROTECTED] 07/28/04 1:12 AM >>> Hi all, I would like to do following things. 1. I do not want to create "history","workspace" and "workingresource" directories. 2. Once authentication done I wanted to allow any user to access any resource or collection 3. I do not want any kind of role information as I am allowing everything to everybody 4. If possible I do not want to create "/actions" and all the folders under it. (as I am allowing everything to everybody) Please guide me in Domain.xml (or in code) what changes I do need to make. Thanks & Regards, Mihir Sr. Software Engineer SBU: eBiz, Gandhinagar "Imaginations... its limits are only those of the mind itself" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
