AuthType Digest in 2.4?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I had webDAV setup previously, but disabled it when transitioning to 2.4. Before I dive in and try to get it working again, I have a couple of questions.

First, when we set this up ages ago-go, the way to go was 

AuthType digest

And I rather suspect that is *nt* the recommended way to go with 2.4.

basically, what I had was something like this:

<virtualhost *:80>
   ServerName webdav.example.com
   DocumentRoot /usr/local/www/
   DavLockDB /tmp/DavLock.rotdav
   <location />
     DAV On
     AuthType digest
     AuthName Root
     AuthUserFile /usr/local/www/data/.digestpass
     Options All
     ForceType text/plain
     <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
        require user user1
        require user user2
     </Limit>
   </location>
</virtualhost>

This all works under 2.4, but I'm leery of that AuthType digest.

-- 
>You are forgetting something: the Nazgul are immune to non-magical weapons.

"Any sufficiently advanced technology is indistinguishable from magic."


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx






[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux