More info.  I'm running Ubuntu 8.10 on the server, and Ubuntu 9.04 on the 
client.  The webdav URL is:
http://nautique.ornl.gov:80/pccs  Sorry, but it's behind a firewall, so you 
won't be able to see it.  It works perfectly from a mac running OSX Leopard, 
and from Vista.  It also works perfectly if I mount it from the command line as:

mount -t davfs http://nautique.ornl.gov:80/pccs /media/WebDAV

I did have to install davfs2 from synaptic.

Here is the config from apache:

        Alias /pccs /var/www/pccs
        <Location /pccs>
                DAV on
                AuthType Digest
                AuthName "My Group"
                AuthDigestProvider file
                AuthUserFile /etc/apache2/dav_pccs.digest
                <Limit GET HEAD OPTIONS PROPFIND>
                        require user readonly
                        require user owner
                </Limit>
                <LimitExcept GET HEAD OPTIONS PROPFIND>
                        require user owner
                </Limit>
        </Location>

owner can write to the share, readonly can only read the share.

-- 
Not a WebDAV enabled share
https://bugs.launchpad.net/bugs/340359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to