[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Authorization Problem

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-01-05 22:36:26 CET

On 1/5/06, dkrobbins@micron.com <dkrobbins@micron.com> wrote:
> We are running SVN 1.2 on Apache 2.0.52, Windows 2003 Server, using LDAP
> authentication into Active Directory.
>
> I have a Windows batch file that executes a build of a C# solution. In
> the batch file I export two projects from Subversion with syntax like
> this:
>
> svn export --force --quiet --non-interactive
>
> Occasionally I get the following error:
>
> svn: PROPFIND request failed on
> '/mfg/gps/DotNetComponents/GpsClassLib/trunk'
> svn: PROPFIND of '/mfg/gps/DotNetComponents/GpsClassLib/trunk':
> authorization failed (http://svn)
>
> Usually, if I just execute the batch again, I don't see this error. Any
> ideas why this is happening, and how to make it stop? I am scheduling
> this job daily via the Scheduled Tasks, and it is failing about half the
> time.
>
> Looking through the Apache logs, I see these errors for other
> repositories and users as well. Here is an entry from the log:
> [Tue Jan 03 06:02:48 2006] [warn] [client 123.456.78.910] [2556]
> auth_ldap authenticate: user myuser authentication failed; URI
> /mfg/gps/DotNetComponents/GpsClassLib/trunk [LDAP: ldap_simple_bind_s()
> failed][Unavailable]

That sounds like an LDAP problem, not a subversion problem. Figure
out why your LDAP server is occasionally unavailable and you'll solve
your problem.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 5 23:19:13 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.