Subject: libneon26: Subversion does not work with Kerberos authentication
Package: libneon26
Version: 0.26.2-3.1
Severity: normal

*** Please type your report below this line ***

Trying subversion with a valid Kerberos ticket:

[EMAIL PROTECTED]:~$ svn list https://www2.mech.kth.se/svn/simson
svn: PROPFIND request failed on '/svn/simson'
svn: PROPFIND of '/svn/simson': 207 Multi-Status (https://www2.mech.kth.se)

This seems to be a known issue with libneon26, see
<http://www.lyra.org/pipermail/neon/2007-February/002386.html> and the
suggested patch in the reply.

Applying the patch below indeed solves the problem.

Thank you
Arne Nordmark

--- neon26-0.26.2/src/ne_auth.c 2007-03-03 07:35:07.000000000 +0100
+++ ne_auth.c   2007-03-03 07:32:18.000000000 +0100
@@ -516,7 +516,7 @@
     char *sep, *ptr = strchr(duphdr, ' ');
     int ret;

-    if (strncmp(hdr, "Negotiate", ptr - hdr) != 0) {
+    if (strncmp(hdr, "Negotiate", ptr - duphdr) != 0) {
         NE_DEBUG(NE_DBG_HTTPAUTH, "gssapi: Not a Negotiate response!\n");
         ne_free(duphdr);
         return NE_ERROR;

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libneon26 depends on:
ii  libc6    2.3.6.ds1-11                    GNU C Library: Shared libraries
ii libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libkrb53 1.4.4-6                         MIT Kerberos runtime libraries
ii  libssl0. 0.9.8c-4                        SSL shared libraries
ii  libxml2  2.6.27.dfsg-1                   GNOME XML library
ii  zlib1g   1:1.2.3-13                      compression library - runtime

libneon26 recommends no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to