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

Matthew Swift
14.35.2011 f571f9d7e26584b4e25ad6f113d090ba9e86d0ac
opends/src/server/org/opends/server/util/ServerConstants.java
@@ -2273,14 +2273,23 @@
  /**
   * The OID for the LDAP subentries control used to indicate that matching
   * subentries should be returned.
   * The OID for the LDAP subentries control as defined in RFC 3672, which is
   * used to indicate that matching subentries should be returned.
   */
  public static final String OID_LDAP_SUBENTRIES = "1.3.6.1.4.1.4203.1.10.1";
  /**
   * The OID for the LDAP subentries control as defined in the legacy
   * draft-ietf-ldup-subentry internet draft, which is used to indicate that
   * matching subentries should be returned.
   */
  public static final String OID_LDUP_SUBENTRIES = "1.3.6.1.4.1.7628.5.101.1";
  /**
   * The OID for the matched values control used to specify which particular
   * attribute values should be returned in a search result entry.
   */