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

Re: LDAP authentication, strange server behavior.

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-22 20:40:40 CEST

On Wed, May 21, 2003 at 08:22:28PM -0400, Sean E. Russell wrote:
> On Wednesday 21 May 2003 15:15, Sander Striker wrote:
> > > The only thing I haven't tried (yet) is a dump/load -- which, BTW, I
> > > suspect will solve the problem. However, I'm curious about the source of
> ...
> > Dumping and loading won't make any difference whatsoever. This sounds like
> > a misconfig of httpd.
>
> You're right. I'm still not sure why, but changing the <Location> path made
> it work, so at this point I'm assuming it is an Apache configuration issue.
> I have no idea why one authentication mechanism works while the other fails,
> when both work on other repositories on the same server.

I've seen problems where a person's docroot contains one or more of the path
elements in the repository's Location path.

For example:

<Location /repos/svn>
  ...
</Location>

If you have a repos/svn/ directory in your docroot, then funny things can
happen. I think just a repos/ will be fine.

But take a look. See if your old (borken) location had a mapping elsewhere
in your config or within the docroot. That may have been the problem.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 22 20:38:43 2003

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

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