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

Re: Possible bug in win32- 1.4.0 when accessing repository via https

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-09-19 16:49:32 CEST

On 9/19/06, MKrause@atronicsystems.com <MKrause@atronicsystems.com> wrote:
> Hi,
>
> the relevant configuration is
>
> <Location /lg>
> DAV svn
> SVNPath d:/subversionrepository/lg
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain gg
> SSPIOfferBasic On
> AuthName "Subversion repository"
> Require group xy\sdfsdfsdf
> </Location>
>
> And the command used was "svn ls https://svnserver:8885/lg"
>
> The debugger stopped at
>
> svn_error_t *
> svn_auth_next_credentials(void **credentials,
> svn_auth_iterstate_t *state,
> apr_pool_t *pool)
> {
> svn_auth_baton_t *auth_baton = state->auth_baton;
> svn_auth_provider_object_t *provider;
> provider_set_t *table = state->table;
>
>
> in auth.c, and state is NULL
>

Thanks for the config info -- I'll work on setting up and debugging
deeper into this as soon as I can. What was the call stack looking
like when you had the failure above?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 19 16:50:42 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.