WebDav/SVN with ldap bound user access login error

252 views
Skip to first unread message

Joseph.Piron

unread,
Jul 19, 2011, 4:37:43 AM7/19/11
to Cyberduck
Hi,

I am currently facing a weird issue. I would like to connect to a svn
webdav server and I have a problem with the windows version.
With the osx version, I can connect and everything works perfectly and
smoothly. With the windows version, I have the I/O error: Not a valid
DAV response.

Here are the logs:
osx:


PROPFIND /backup HTTP/1.1
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0

HTTP/1.1 401 Authorization Required
HTTP/1.1 401 Authorization Required
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
WWW-Authenticate: Basic realm=SVN Subversion server
Vary: Accept-Encoding
Content-Length: 470
Content-Type: text/html; charset=iso-8859-1

PROPFIND /backup HTTP/1.1
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Content-Length: 207
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Host: svn
Depth: 0

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 667
Content-Type: text/xml; charset=utf-8

PROPFIND /backup/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 667
Content-Type: text/xml; charset=utf-8

PROPFIND /backup/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 1

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:30:54 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 2382
Content-Type: text/xml; charset=utf-8

PROPFIND /backup/machines/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 0

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:31:25 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 676
Content-Type: text/xml; charset=utf-8

PROPFIND /backup/machines/ HTTP/1.1
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
Content-Type: text/xml; charset=utf-8
User-Agent: Cyberduck/4.0.2 (Mac OS X/10.6.8) (i386)
Host: svn
Content-Length: 207
Depth: 1

HTTP/1.1 207 Multi-Status
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:31:26 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Length: 4211
Content-Type: text/xml; charset=utf-8

and the windows one:

PROPFIND /backup/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
HTTP/1.1 401 Authorization Required
Date: Tue, 19 Jul 2011 08:33:41 GMT
Server: Apache/2.2.14 (Ubuntu)
WWW-Authenticate: Basic realm="SVN Subversion server"
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 336
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
PROPFIND /backup/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
HTTP/1.1 207 Multi-Status
Date: Tue, 19 Jul 2011 08:33:41 GMT
Server: Apache/2.2.14 (Ubuntu)
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 771
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset="utf-8"
PROPFIND / HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=UTF-8
Content-Length: 99
Host: svn
Connection: Keep-Alive
User-Agent: Cyberduck/4.1 (8911) (Windows XP/5.1) (x86)
Authorization: Basic wMjgwMDpjb2xtYXIwMQ==
HTTP/1.1 200 OK
Date: Tue, 19 Jul 2011 08:36:24 GMT
Server: Apache/2.2.14 (Ubuntu)
X-Powered-By: PHP/5.3.2-1ubuntu4.9
Content-Language: en
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 1788
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8

Would someone have an idea ?

Thanks !

David Kocher

unread,
Jul 19, 2011, 5:01:55 AM7/19/11
to cybe...@googlegroups.com
You are using 4.0.2 on the Mac but 4.1 on Windows which features a new WebDAV protocol implementation. The error suggests that the server is responding with some invalid XML response to PROPFIND. Can you please file a bug [1] and let me know if it is possible to access this server for testing purpose? Cyberduck has been tested with Apache 2.2.19/SVN/1.6.17 for interoperability.

Also attach AppData\Roaming\Cyberduck\cyberduck.log to the ticket.

Thanks!
-
David


[1] http://trac.cyberduck.ch/newticket

> --
> You received this message because you are subscribed to the Google Groups "Cyberduck" group. To post to this group, send email to cybe...@googlegroups.com
> To unsubscribe from this group, send email to cyberduck+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/cyberduck
> --
> Post bug reports and feature requests
> http://trac.cyberduck.ch/newticket
> --
> Support development
> http://cyberduck.ch/donate/
>

Joseph.Piron

unread,
Jul 20, 2011, 9:41:56 AM7/20/11
to Cyberduck
Indeed, I tried with 4.1 on Mac and it didn't work either.
With 4.0.2 on windows it works but I have another problem, if the file
has the svn property needs-lock, I got an error..
> > For more options, visit this group athttp://groups.google.com/group/cyberduck
> > --
> > Post bug reports and feature requests
> >http://trac.cyberduck.ch/newticket
> > --
> > Support development
> >http://cyberduck.ch/donate/
>
>
>
>  smime.p7s
> 5KViewDownload

David Kocher

unread,
Jul 21, 2011, 10:22:35 AM7/21/11
to cybe...@googlegroups.com
Please contact feed...@cyberduck.ch if you can give us access to the server to replicate the issue and find a fix.

-
David

> For more options, visit this group at http://groups.google.com/group/cyberduck

Joseph.Piron

unread,
Jul 22, 2011, 10:08:19 AM7/22/11
to Cyberduck
Sorry but it is not possible, it is an closed enterprise server.
Here's the config :
- apache2 2.2.14-5ubuntu8.4
- lighttpd-mod-webdav 1.4.26-1.1ubuntu3

Please tell if you need moer information.
I'll open a new post to ask for a feature we would really, really need
to use this :)

Thanks!



On Jul 21, 4:22 pm, David Kocher <dkoc...@cyberduck.ch> wrote:
> Please contact feedb...@cyberduck.ch if you can give us access to the server to replicate the issue and find a fix.
Reply all
Reply to author
Forward
0 new messages