Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 77138 invoked from network); 7 Jul 2010 12:57:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 12:57:31 -0000 Received: (qmail 51016 invoked by uid 500); 7 Jul 2010 12:57:28 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 50737 invoked by uid 500); 7 Jul 2010 12:57:23 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 50724 invoked by uid 99); 7 Jul 2010 12:57:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 12:57:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of westalto@gmail.com designates 209.85.210.45 as permitted sender) Received: from [209.85.210.45] (HELO mail-pz0-f45.google.com) (209.85.210.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 12:57:14 +0000 Received: by pzk10 with SMTP id 10so1624583pzk.18 for ; Wed, 07 Jul 2010 05:56:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=NyV1gts9iXm45UbanHYTgIsTmwdkOylcQFZG/3dzeAw=; b=EcK+pnT4HFtgK8sYILHqElDfYQdXYYh7Mfb9Slx65ePGmRdXSVJ6LO12nT2Ha9sjJv TM5RXEh3quWAsEThdIrHsgJcP4xM3GnxIZcP8+hw9XttwyAmcXJTGp/bLYxdmyxluhZs S8fQ8u9E0FoZ/KzVepgT4dZpUM9xyJQyh+wYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=h0C2rtYaBmKdQv44JyQwu/8lZVKlsZu2fCBViH/bpypfzjJXhHZkwONQ68/WxG2wOk +V0ZL8SSDPL3Gmo0EebZbcUk1wKKkLqw2L8BPjTxSGRkg1paO56aI90aUtugjgpLj3Be +4s63GLmzRriXbxMzr/Xim3fxiZqlUJN0SO3U= MIME-Version: 1.0 Received: by 10.142.171.7 with SMTP id t7mr7558370wfe.210.1278507412083; Wed, 07 Jul 2010 05:56:52 -0700 (PDT) Received: by 10.142.82.18 with HTTP; Wed, 7 Jul 2010 05:56:52 -0700 (PDT) Date: Wed, 7 Jul 2010 20:56:52 +0800 Message-ID: From: west alto To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_ldap not caching Hi Gurus, I have a subversion server that authenticates with windows ad and i want to cache my authentication for better performance. here's my setting: LoadModule authnz_ldap_module /usr/lib/apache2-prefork/mod_authnz_ldap.so LoadModule ldap_module /usr/lib/apache2-prefork/mod_ldap.so LDAPTrustedMode SSL LDAPVerifyServerCert off LDAPSharedCacheSize 500000 LDAPCacheEntries 1024 LDAPCacheTTL 43200 LDAPOpCacheEntries 1024 LDAPOpCacheTTL 43200 LDAPSharedCacheFile /srv/home/svn/ldap_cache LDAPConnectionTimeout 10 SetHandler ldap-status Order allow,deny Allow from all LDAPTrustedClientCert CERT_BASE64 /etc/apache2/ssl.crt/ad1.cer LDAPTrustedClientCert CERT_BASE64 /etc/apache2/ssl.crt/ad2.cer DAV svn SVNPath /srv/svn/unix-repo AuthName "Please use your ACTIVE DIRECTORY for Authentication" AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative off Include /etc/apache2/.ldapbinddn AuthLDAPURL "ldaps://172.23.12.137 172.23.12.136:636/DC=domain,DC=local?sAMAccountName?sub?(objectClass=user)" SSLRequireSSL AuthzSVNAccessFile /srv/config/svn_acl/unix-repo Require valid-user SVNPathAuthz off Browsing https://localhost/ldap-status show an empty LDAP Cache Information Can anyone help me, what's missing? Thanks, West --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org