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

Chris Ridd
25.42.2012 14fdde4ad58ecb8743e2ac2b03e72ecbb20e1bbc
opendj-sdk/opends/resource/dsml/webapp/web.xml
@@ -72,6 +72,14 @@
  </context-param>
-->
<!-- Add an extra <context-param> like the one below for each extended operation
     that is known to return a string in the LDAP response. -->
  <context-param>
   <description>The Who Am I? [RFC 4532] extended operation returns a string.</description>
    <param-name>ldap.exop.string.1.3.6.1.4.1.4203.1.11.3</param-name>
    <param-value>true</param-value>
  </context-param>
  <servlet>
    <servlet-name>DSMLServlet</servlet-name>
    <servlet-class>org.opends.dsml.protocol.DSMLServlet</servlet-class>