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

dugan
06.01.2007 be195cc68b1c823e3a8ae6b08c32632f2ae776f8
opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
@@ -183,7 +183,7 @@
    public static final int ACI_SEARCH = 0x0020;
    /**
     * ACI_SELF is used for the SELFWRITE right. Currently not implemented.
     * ACI_SELF is used for the SELFWRITE right.
     */
    public static final int ACI_SELF = 0x0040;
@@ -200,13 +200,13 @@
    /**
     * ACI_IMPORT is used to set the container rights for a LDAP
     * modify dn operation. Currently not used.
     * modify dn operation.
     */
    public static final int ACI_IMPORT = 0x0100;
    /**
     * ACI_EXPORT is used to set the container rights for a LDAP
     * modify dn operation. Currently not used.
     * modify dn operation.
     */
    public static final int ACI_EXPORT = 0x0200;