How do I make GSSAPI authentication work?
The 'neon' http library, which is the default for a TortoiseSVN installation, has problems with GSSAPI, but the 'serf' library should work. TSVN is linked with both of those DAV libraries, you can configure which one to use in the subversion server file. Go to TSVN->Settings->Network->Subversion server file->Edit.
- In TortoiseSVN->Settings->Network->Subversion server file, click on the edit button.
At the bottom of the file change the [global] section by editing the http-library entry (or adding it if it is missing)
[global]
http-library = serfNote that this change will affect all Subversion clients on your PC.
No entanto , o servidor DAV em que você está operando também terá que entender o GSSAPI / SPNEGO e ter acesso a um keytab apropriado (HTTP/[email protected]). / p>