>>
>> 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
>
Ditto here, SSL(HTTPS) ... SVN 1.4.x binary on windows segfault all the
time when accessing repo. Conf snippet is as follows
AuthType Kerberos
KrbAuthRealms MY.FQDN
KrbServiceName HTTP
Krb5Keytab conf/svnhttp.keytab
KrbSaveCredentials on
KrbVerifyKDC on
KrbMethodK5Passwd off
KrbMethodNegotiate on
KrbAuthoritative on
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 20 03:22:27 2006