On 02/04/2010 10:27 PM, 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,
* Greg Troxel [20100210 09:44]:
> > http://modauthkerb.sourceforge.net/
>
> That makes the server take passwords and validate them against the
> kerberos database, or else requires for browser-side access the
> Negotiate mechanism. It seems bad practice to send ones kerberos
> password to the se
Bjørn Tore Sund writes:
> On 2/4/10 10:27 PM, 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
On Sat, 2010-02-06 at 16:20 -0500, Edward Murrell wrote:
> 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.
Actually, as of Subversion 1.5,
On Feb 4, 2010, at 16:27, 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 followe
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 o
On 2/4/10 10:27 PM, 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
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.