Hi Dharmesh,
first of all you should read the Webdav ACL specifications, which describes how permissions work on a Webdav server.
Using the command line client you can use the command "grant" to give permissions to users, groups or roles. In a default installation groups are inactive (or at least the /groups collection is not present), the root user has root role, john etc.. have the user role, while the guest user has the guest role. So, to give all the users having the user role (john and john2) write access to /files/incomingfolder, you should issue the following command :


grant  write on /files/incomingfolder to /roles/user

While, to grant write access to the guest user :

grant  write on /files/incomingfolder to /users/guest

Hope this helps,
Ciao,
Simone Gianni


Dharmesh Rana wrote:

I have deployed slide.war on WebLogic Server 8.1.

Running client command for Uploading of file when login as "root" works
fine, but when login as "guest" it gives error Forbidden. This indicates
that certain permissions are not given to guest. How to set permission for
"guest"?

Please help!


Dharmesh


--------------------------------------------------------------------- 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]



Reply via email to