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