G'day Joe,

----- Original Message ----- From: "Joe Orton" <[EMAIL PROTECTED]>
To: "Samay" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, April 25, 2006 7:04 AM
Subject: Re: [neon] Fw: Negotiate Authentication Broken with Subversion 1.3.0


...
5. [EMAIL PROTECTED] ~/repos $ svn up
svn: PROPFIND request failed on '/repos'
svn: PROPFIND of '/repos': authorization failed (https://svn.my.realm)

...
Note that these are two different failure cases: neon will refuse to use
Negotiate over non-SSL connections, so that could explain the latter
failure, but not the first case.

understoood.

The fact that you have managed to
check out the repo first means that this is an intermitted failure?

no, this was an already checked out repo, however, creating a fresh checkout fails too, every time.

In the case using the https:// URL, I couldn't say.  You should firstly
check the server's error_log to see what it has logged in that case; if
nothing is being logged by mod_auth_kerb, try increasing the LogLevel;
if that doesn't help, turn on neon debugging and send in that output
(enable via ~/.subversion/servers).


nothing on server logs, and as it works fine with firefox, and on SVN on Win32 clients, and not SVN + Linux it seems like a Neon related somewhere. Here is output of Neon Debug 130

regards

Shirish

1. kinit [EMAIL PROTECTED]
2. kinit -R
3. klist -e

Ticket cache: FILE:/tmp/krb5cc_2000
Default principal: [EMAIL PROTECTED]

Valid starting     Expires            Service principal
04/25/06 07:35:16  04/25/06 17:35:20  krbtgt/[EMAIL PROTECTED]
renew until 05/02/06 07:35:16, Etype (skey, tkt): DES cbc mode with CRC-32, DES cbc mode with CRC-32


4. svn co https://svn.my.realm/testing/

[EMAIL PROTECTED] ~/testing $ svn co https://svn.my.realm/testing/
Doing DNS lookup on svn.my.realm...
Running pre_send hooks
Sending request headers:
PROPFIND /testing HTTP/1.1
Host: svn.my.realm
User-Agent: SVN/1.3.1 (r19032) neon/0.25.5
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Content-Length: 300
Content-Type: text/xml
Depth: 0

Sending request-line and headers:
Connecting to x.x.x.x
Sending request body:
Body block (300 bytes):
[<?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop><version-controlled-configuration xmlns="DAV:"/><resourcetype xmlns="DAV:"/><baseline-relative-path xmlns="http://subversion.tigris.org/xmlns/dav/"/><repository-uuid xmlns="http://subversion.tigris.org/xmlns/dav/"/></prop></propfind>]
Request sent; retry is 0.
[status-line] < HTTP/1.1 401 Authorization Required
[hdr] Date: Mon, 24 Apr 2006 21:36:29 GMT
Header Name: [date], Value: [Mon, 24 Apr 2006 21:36:29 GMT]
[hdr] Server: Apache
Header Name: [server], Value: [Apache]
[hdr] WWW-Authenticate: Negotiate
Header Name: [www-authenticate], Value: [Negotiate]
[hdr] Content-Length: 509
Header Name: [content-length], Value: [509]
[hdr] Keep-Alive: timeout=60, max=1000
Header Name: [keep-alive], Value: [timeout=60, max=1000]
[hdr] Connection: Keep-Alive
Header Name: [connection], Value: [Keep-Alive]
[hdr] Content-Type: text/html; charset=iso-8859-1
Header Name: [content-type], Value: [text/html; charset=iso-8859-1]
[hdr]
End of headers.
Reading 509 bytes of response body.
Got 509 bytes.
Read block (509 bytes):
[<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<hr>
<address>Apache Server at <a href="mailto:[EMAIL PROTECTED]">svn.my.realm</a> Port 443</address>
</body></html>
]
Running post_send hooks
Request ends, status 401 class 4xx, error line:
401 Authorization Required
Running destroy hooks.
Request ends.
svn: PROPFIND request failed on '/testing'
svn: PROPFIND of '/testing': authorization failed (https://svn.my.realm)
ne_session_destroy called.
ne_session_destroy called.
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to