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

dugan
24.37.2007 c8c98d5f7fe7a566bbde0f232fc4672b38da1c28
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
@@ -123,6 +123,11 @@
                                                 "(ldap:///[^\\|]+)";
    /**
     *  String used to check for NULL ldap URL.
     */
     public static final String NULL_LDAP_URL = "ldap:///";
    /**
     * Regular expression used to match token that joins expressions (||).
     */
    public static final String LOGICAL_OR = "\\|\\|";