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

Moved SVN server from W2K to SuSE Linux 9.0

From: Carsten Schurig <cs-ml-0110031013_at_ebz-dresden.de>
Date: 2004-05-14 19:36:58 CEST

Hi,

I just moved our subversion server from our Windows 2000 Server (using
mod_sspi to authenticate) to our Linux server.

The authentication is still done in our ADS realm using winbindd (of
samba 3). Apache does the authenticates against PAM which asks
winbindd if an httpd wants to authenticate. (There are _no_ local
accounts on the machine for the subversion users!)

So all runs fine, but now I clearly see, that for many operations on a
WC a user gets authenticate several times. I suppose that this is a real
bottleneck: if I check out our biggest project (344 files, 72 folders) I
get 426 entries "user access granted" in the logs generated by PAM.

I suppose, that apache ask subversion for every file seperately and not as
a whole bunch. That's ok, but maybe I missed an option to activate a
credential caching, so that an user needs to be authenticate just once in
let's say 120 seconds. I'm not sure, whether that would be an apache or a
subversion option.

Cheers,
        Carsten

PS: If someone is interessted about the moving of the server and the setup
on the linux machine with authentication at the Win2K server, I could
write a short report. ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 14 19:39:00 2004

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.