|
I forgot to put the error got is Error 403. Forbidden.
Lei
-------
Hi,
I've a question about ACL.
i've my collections as :
slide/
|--files/
||--group1
|||-- Paul
|||-- Thomas
|||-- Laurent
|||-- ...
||--...
|--...
each user Paul, Thomas and Laurent has his login and password, and their role is user. I want to make every user have full access for his collection but he can't do nothing (even read) to other ones.
I put ACL correctly
- denied read-acl, write-acl on /slide to all.
- granted all on /slide to roles/root
- granted all on /slide/files/group1/Paul to /users/Paul
when the user Paul connect, he can read the content, the properties and the acl-properties of the collection /slide/files/group1/Paul/, but he can't write in the collection (mkcol method, putMethod...).
does anybody know what i've to do to fix the problem?
thanks.
Lei
|