Cadaver with Kerberos: 401 Unauthorized
        Posted  
        
            by 
                Nicolas Raoul
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Nicolas Raoul
        
        
        
        Published on 2012-06-14T06:36:32Z
        Indexed on 
            2012/06/18
            9:18 UTC
        
        
        Read the original article
        Hit count: 573
        
How to make Cadaver connect to a WebDAV server that uses Kerberos authentication?
Usually cadaver http://localhost:8080/alfresco/webdav works, I can browse files, but on a network with Kerberos I get:
Could not open collection:
401 Unauthorized
Even though I have logged in with kinit successfully and have a valid ticket.
I can see that Kerberos support has been implemented in Cadaver in 2005. Is there a special syntax to use? No info in the man.
© Server Fault or respective owner