----- Original Message ----- > Author: covener > Date: Sat Mar 12 21:43:37 2011 > New Revision: 1081008 > > URL: http://svn.apache.org/viewvc?rev=1081008&view=rev > Log: > doc for r1081007, LDAPConnectionPoolTTL > > > Modified: > httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml > > Modified: httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml?rev=1081008&r1=1081007&r2=1081008&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml (original) > +++ httpd/httpd/trunk/docs/manual/mod/mod_ldap.xml Sat Mar 12 > 21:43:37 2011 > @@ -682,20 +682,44 @@ connection client certificates.</descrip > > > <directivesynopsis> > -<name>LDAPVerifyServerCert</name> > -<description>Force server certificate verification</description> > -<syntax>LDAPVerifyServerCert <var>On|Off</var></syntax> > -<default>LDAPVerifyServerCert On</default> > +<name>ldapverifyservercert</name> > +<description>force server certificate verification</description> > +<syntax>ldapverifyservercert <var>on|off</var></syntax> > +<default>ldapverifyservercert on</default> > <contextlist><context>server config</context></contextlist> > > <usage> > - <p>Specifies whether to force the verification of a > - server certificate when establishing an SSL connection to the > - LDAP server.</p> > + <p>specifies whether to force the verification of a > + server certificate when establishing an ssl connection to the > + ldap server.</p> > </usage> > </directivesynopsis>
Is there a specific reason to lower case all of that, or was that just an accident in vim? > <directivesynopsis> > +<name>LDAPConnectionPoolTTL</name> > +<description>Discard backend connections that have been sitting in > the connection pool too long</description> > +<syntax>LDAPConnectionPoolTTL <var>n</var></syntax> > +<default>LDAPConnectionPoolTTL -1</default> > +<compatability>Apache HTTP Server 2.3.12 and later</compatability> > +<contextlist><context>server config</context><context>virtual > host</context></contextlist> > + > +<usage> > + <p>Specifies the maximum age, in seconds, that a pooled LDAP > connection can remain idle > + and still be available for use. Connections are cleaned up when > they are next needed, > + not asynchronously.</p> > + > + <p>A setting of 0 causes connections to never be saved in the > backend > + connection pool. The default value of -1, and any other > negative value, > + allows connections of any age to be reused.</p> > + > + <note><p>This timeout defaults to units of seconds, but accepts > + suffixes for milliseconds (ms), minutes (min), and hours (h). > + </p></note> > +</usage> > +</directivesynopsis> > + > + > +<directivesynopsis> > <name>LDAPLibraryDebug</name> > <description>Enable debugging in the LDAP SDK</description> > <syntax>LDAPLibraryDebug <var>7</var></syntax> > > > i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: [email protected] URL: http://brainsware.org/
