Your message dated Tue, 27 Sep 2011 23:04:12 +0200
with message-id <[email protected]>
and subject line Re: Bug#643303: [weborf] Can not be used 'out of the box'?
has caused the Debian Bug report #643303,
regarding [weborf] Can not be used 'out of the box'?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
643303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: weborf
Version: 0.13-1
Severity: normal
Hello,
On the server I run:
weborf -b /tmp/ -p 8080
On the client:
fusedav http://server.tld:8080/ test/
Messages on the client:
PROPFIND failed: 403 Forbidden
PROPFIND failed: 403 Forbidden
Any attempt to access "test/" on the client results in repeating messages like
the above.
The documentation to weborf talks about the need for a separate program to
handle authentication, and that its unix socket must be passed via the "-a"
argument to weborf. So am I expected to write (or modify from examples) such a
program, and that weborf is completely unusable without it? Even if I want just
something simple, e.g. read-only access to all users, or write access to all
users?
--- System information. ---
Architecture: amd64
Kernel: Linux 3.0.4-rm1
Debian Release: wheezy/sid
500 unstable www.emdebian.org
500 testing wheezy.natsu.romanrm.ru
500 maverick ppa.launchpad.net
--- Package information. ---
Depends (Version) | Installed
========================-+-===========
libc6 (>= 2.3.2) | 2.13-21
libmagic1 | 5.08-1
Package's Recommends field is empty.
Suggests (Version) | Installed
===============================-+-===================
php5-cgi (>= 5.2.11.dfsg.1) | 5.3.8-2
--
With respect,
Roman
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Greetings,
by default weborf doesn't allow the following methods to work:
PUT,PROPFIND,DELETE,COPY,MOVE
to avoid indiscriminate access to the server from remote. They only work when
authentication is in use.
Yes you are correct, without the authentication socket you can't have write
access on the server. That is done on purpose, to make sure that you know what
you are doing.
There are examples in C and python in /usr/share/doc/weborf/examples, and you
might want to try the "qweborf" package, that provides a GUI for enabling DAV
and write on the server without doing any programming.
Regards
--
Salvo Tomaselli
signature.asc
Description: This is a digitally signed message part.
--- End Message ---