Hi, Kerberos isn't specifically built into SVN, it's handled by the carrier protocol, which is usually SSH or HTTP. Depending on what you're using, you'll need to setup Kerberos in OpenSSH or your webserver.
OpenSSH already has Kerberos/GSSAPI support. In most cases, it's a matter of turning it on. If you are using HTTP and the Apache webserver, there's a module called mod_auth_kerb that does Kerberos authentication for you. Cheers, Edward On Thu, 2010-02-04 at 15:27 -0600, Girish Mandhania wrote: > Hello, > I am working for a university and have Kerberos installed on our server.I > wish to use Kerberos authentication of Subversion(change management > application) on Linux. > Could you please help me with the clear list of steps to be followed, as I > am not able to find relevant information on the web. > Let me know if any more details are required.. > > Cheers. > ________________________________________________ > Kerberos mailing list [email protected] > https://mailman.mit.edu/mailman/listinfo/kerberos ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
