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

coulbeck
09.08.2007 7965fe86169f2b2e1fe3fbee8381105dbb2e8e29
opendj-sdk/opends/src/server/org/opends/server/schema/SchemaConstants.java
@@ -811,6 +811,29 @@
   /**
    * The OID for the aci attribute syntax.
    */
   public static final String SYNTAX_ACI_OID =
        OID_OPENDS_SERVER_ATTRIBUTE_SYNTAX_BASE + ".4";
  /**
   * The description for aci attribute syntax.
   */
  public static final String SYNTAX_ACI_DESCRIPTION =
       "Sun-defined Access Control Information";
  /**
   * The name for the aci attribute syntax.
   */
  public static final String SYNTAX_ACI_NAME = "ds-syntax-dseecompat-aci";
  /**
   * The description for the attribute type description attribute syntax.
   */