What auth providers to use for NTLM authentication?
From: Koert van der Veer <kvdveer_at_playlogicgames.com>
Date: Fri, 19 Jun 2009 10:39:39 +0200
I'm trying to make an unattended tool that needs to access subversion.
I'm using win32 1.6.2 dev libraries provided on tigris.
My provider setup is as follows:
apr_array_header_t* providers =
svn_auth_provider_object_t * provider;
svn_auth_get_username_provider(&provider,RootPool);
svn_auth_open( &(context->auth_baton), providers, RootPool);
Unfortunately, when accessing the repository, an error is returned with
OPTIONS of ' http://hostname/svn': authorization failed: Could not
I'm guessing I've set up the providers wrongly, but I can't seem to
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.