Public bug report changed:
https://launchpad.net/malone/bugs/3200

Comment:
I should have said I was talking about the Dapper Drake version. Sorry.

$ cat /usr/share/doc/davfs2/README.Debian
davfs2 for Debian
------------------

This package contains 2 binaries and a little script-wrapper in order to avoid
kernel incompatibilities. This will be fixed in future versions.

Allowing a normal user to mount webdav resources
------------------------------------------------
If you want to allow non-root users to mount a davfs file system, you have to 
set a few things:
 - The suid bit for the corresponding binary:
       # chmod u+s /usr/lib/mount.davfs-<your kernel version>
 - Add to the group 'users' all the users that you want to mount dav file 
systems:
       # addgroup <username> users
 - Add the following line in the /etc/fstab file with the option 'users'
       http://webdav.site.com/path  /mnt  davfs  rw,users,noauto  0  0

 -- Luciano Bello <[EMAIL PROTECTED]> Wed, 04 Jan 2006 23:10:03 -0300

--
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to