[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: John Szakmeister <john_at_szakmeister.net>
Date: 2006-09-20 02:22:07 CEST

----- 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

I get the exact same effect, except that I'm using mod_auth_kerb on a linux box. I don't have the configuration handy (it's on a completely stand-alone network), but I'll try and get the details tomorrow.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 20 02:22: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.