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

Fwd: LDAP credentials caching

From: Emmanuel Blot <manu.blot_at_gmail.com>
Date: 2006-02-15 14:27:23 CET

> So is there a way to avoid, what I think is happening, to happen ?

Check that you need per-item access control.

If you don't mind giving the same access rights to the whole
repository (ie. per repository permissions instead of per file
permissions), add the following definition to you Apache config:
  SVNPathAuthz off
This definitely speeds up things, but you cannot have fine-grained
control over the files in the repository.

If you need fine-grained permissions to your repository, there are few
options left. Try tweaking the Apache LDAP cache (see directives
LDAPSharedCacheSize, LDAPCacheEntries, LDAPCacheTTL,
LDAPOpCacheEntries, LDAPOpCacheTTL), although I'm not sure it can
help.

HTH,
Manu

--
Manu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 15 14:30:14 2006

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.