Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > c7d5af816329c171c658e5facf128c02 > files > 175

m2crypto-0.16-9.el5.x86_64.rpm

--- component.xml.org	Sat Sep 27 20:21:22 2003
+++ component.xml	Sat Sep 27 21:11:26 2003
@@ -21,6 +21,25 @@
      </key>
   </sectiontype>
 
+  <sectiontype name="https-server"
+               datatype=".HTTPS_ServerFactory"
+               implements="ZServer.server">
+     <key name="address" datatype="inet-address"/>
+     <key name="force-connection-close" datatype="boolean" default="off"/>
+     <key name="webdav-source-clients">
+       <description>
+         Regular expression used to identify clients who should
+         receive WebDAV source responses to GET requests.
+       </description>
+     </key>
+     <key name="x509-remote-user" datatype="boolean" default="on">
+       <description>
+         If "on", request client X.509 certificate and set REMOTE_USER to
+	 said certificate's Subject Distinguished Name.
+       </description>
+     </key>
+  </sectiontype>
+
   <sectiontype name="webdav-source-server"
                datatype=".WebDAVSourceServerFactory"
                implements="ZServer.server">