[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to get Source code fo TortoiseSVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-09-05 18:42:20 CEST

wajahat noshairwan wrote:
> SIr,
> i have used the Apache as a server to accerss Subversion over the network.
>
> /i have studied *authentication mechanisim* (the apache send the
> challenge for authentication and on Client side TortoiseSVN apply some
> md5 algo by using Password and result sends to apache.apache also
> generates the results by using password of that client and compare the
> results)/
>
> our *main requirement *is that specific client can access the
> repository from dedicated machines.
>
> what i want actually , when user enters the password, some machine
> credentials also append with password characters, As a result the
> specific machines have access on server.

The whole authentication mechanism is done by apache and the Subversion
library. You would have to change either one of them, not TSVN itself.

That said: you should consider using ssl certificate files for
authentication. Or maybe use windows domain authentication with the sspi
module in apache, then set up the authentication to authenticate by
computer name instead of user name.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Sep 5 18:39:26 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.