mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
05.21.2013 c0a7feff0481671f2f3fd1eb5397312269e08518
opends/src/admin/defn/org/opends/server/admin/std/LDAPConnectionHandlerConfiguration.xml
@@ -441,6 +441,8 @@
      Specifies the policy that the
      <adm:user-friendly-name />
      should use regarding client SSL certificates.
      Clients can use the SASL EXTERNAL mechanism only if the
      policy is set to "optional" or "required".
    </adm:synopsis>
    <adm:description>
      This is only applicable if clients are allowed to use SSL.
@@ -457,15 +459,15 @@
      <adm:enumeration>
        <adm:value name="disabled">
          <adm:synopsis>
            Clients are not required to provide their own
            Clients must not provide their own
            certificates when performing SSL negotiation.
          </adm:synopsis>
        </adm:value>
        <adm:value name="optional">
          <adm:synopsis>
            Clients are requested to provide their own certificates
            when performing SSL negotiation, but still accept the
            connection even if the client does not provide a
            when performing SSL negotiation. The connection is
            nevertheless accepted if the client does not provide a
            certificate.
          </adm:synopsis>
        </adm:value>
@@ -473,7 +475,7 @@
          <adm:synopsis>
            Clients are required to provide their own certificates
            when performing SSL negotiation and are refused access
            if the do not provide a certificate.
            if they do not provide a certificate.
          </adm:synopsis>
        </adm:value>
      </adm:enumeration>