Hi, After successfully authenticating as "root", I am getting a 403 if a put operation is done using the CommandLine client. This is the interaction (this contains the acls for slide and /slide/files wherein the put is performed): [LOCALHOST] /slide/ $ acl ACL for /slide: ------------------------------------------------------------ granted to /slide/roles/root (not protected) (not inherited) DAV:all granted to /slide/users/root (not protected) (not inherited) DAV:all granted to /slide/users/admin (not protected) (not inherited) DAV:all ------------------------------------------------------------ [LOCALHOST] /slide/ $ cd files [LOCALHOST] /slide/files/ $ acl ACL for /slide/files/: ------------------------------------------------------------ granted to unauthenticated (not protected) (not inherited) DAV:all granted to /slide/roles/user (not protected) (not inherited) DAV:write granted to property (not protected) (not inherited) DAV:read-acl granted to /slide/roles/root (not protected) (inherited from '/slide/') DAV:all granted to /slide/users/root (not protected) (inherited from '/slide/') DAV:all granted to /slide/users/admin (not protected) (inherited from '/slide/') DAV:all ------------------------------------------------------------ [LOCALHOST] /slide/files/ $ put run.bat put run.bat null Uploading 'run.bat' to '/slide/files/': failed. Forbidden (403) [LOCALHOST] /slide/files/ $ Can anybody tell me what is going wrong here?
--------------------------------- Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster.
