Displaying 3 results from an estimated 3 matches for "ldapcacheentries".
2014 Mar 06
0
Centos6 - Apache + mod_dav_svn + ldap
...d_svn authorization via 389-DS LDAP. Users are
complaining, that after 10 minutes the SVN session hangs and they need
to restart the client. There is no problem with .htpasswd authorization.
I came across this url
http://directory.fedoraproject.org/wiki/Howto:Subversion_Apache_LDAP, I
set "LDAPCacheEntries 0", but the problem is still existing.
Does anyone have similar problem and solution?
Regards,
2016 Apr 12
1
Slow authentication on C7
...sant experience.
Bonus points if you get your CM to change ordering of LDAP servers between
repos (or other web auth) ;)
_____________________________________________________________
LDAPTrustedGlobalCert CA_BASE64 /etc/pki/tls/certs/CA.crt
# Enable caching by mod_ldap
LDAPSharedCacheSize 500000
LDAPCacheEntries 1024
LDAPCacheTTL 600
LDAPOpCacheEntries 1024
LDAPOpCacheTTL 600
<Location /ldap-status>
SSLRequire true
SetHandler ldap-status
</Location>
<Location /repos>
DAV svn
SVNParentPath /srv/svn/repos
</Location>
<Location /repos/repo1>
SSLRequireSSL
AuthNam...
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote:
> On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote:
>> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote:
>> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze:
<SNIP>
> After various testing I ended up going with the Apache LDAP cache module
> and doing the auth at the Apache level, not system.
>