Searched defs:aci (Results 76 - 76 of 76) sorted by relevance

1234

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java92 // TODO: test aci's with funky spacing
123 private static final String ADMIN_DN = "cn=aci admin,dc=example,dc=com";
303 private static final String SELF_MODIFY_ACI = "aci: (targetattr=\"*\")(version 3.0; acl \"self modify\";allow(all) userdn=\"userdn=\"ldap:///self\";)";
574 "cn: aci admin",
579 /** By default aci admin can do anything! */
584 "aci: (targetattr=\"*\")(version 3.0; acl \"test\";allow(all) userdn=\"" + ADMIN_DN_LDAP_URL + "\";)"
714 "aci: ",
756 * the aci that is valid but becomes invalid if any single character is removed.
758 * it takes for an aci to be minimally valid, and hence we end up doing a lot of
761 * But since the aci ha
858 getAciMissingCharCombos(String aci, String mask) argument
[all...]

Completed in 93 milliseconds

1234