RE: NTLM lookup within hook script
From: Gleason, Todd <tgleason_at_impac.com>
Date: Thu, 23 Oct 2008 07:32:27 -0700
Thanks Kevin. Can you confirm what size repository you're using? Thousands of files? At least a few hundred revisions and no performance problems with svn log (and not using any sort of log caching)?
Also I'm confused by the SSPIPerRequestAuth. Looking at http://svn-summit.open.collab.net/wiki/RoundTableFeedback I see this:
* SSPI reprompting for auth credentials too often. (Once per Apache child? Subversion creates too many RA sessions?)
* SSPI re-authenticates automatically. The mod_auth_sspi module has an option "SSPIPerRequestAuth on" that, if turned on reduces the re-authentication to once per session. If turned off (the default), it re-authenticates a lot more
It sounds like the SSPIPerRequestAuth is more "chatty" if turned off, so it sounds like you would want it on. See also
http://svn.haxx.se/tsvnusers/archive-2008-07/1073.shtml
where it says
>> this will make SSPI only require new authentication for every request,
So I don't see how having SSPIPerRequestAuth off could be a good thing.
--Todd
________________________________
From: kmradke_at_rockwellcollins.com [mailto:kmradke_at_rockwellcollins.com]
"Gleason, Todd" <tgleason_at_impac.com> wrote on 10/22/2008 06:33:44 AM:
svnperms allows "action" based controls, such as add, but not delete, etc.
If you are on windows, you may also want to check out visualsvn server:
It has a graphical management console to add/remove permissions on a
I haven't seen extreme performance problems using mod_auth_sspi.
Kevin R.
> From: Miha Vitorovic [mailto:mvitorovic_at_nil.si]
|
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.