From 9379952a4a28f0133af9670123b89747ba53cf46 Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 23 Jul 2007 16:19:45 +0000 Subject: [PATCH] Remove "targetcontrol" global ACI erroneously committed. --- opends/resource/config/config.ldif | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index b15bd6a..f864c53 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -52,7 +52,6 @@ objectClass: ds-cfg-access-control-handler objectClass: ds-cfg-dseecompat-access-control-handler ds-cfg-global-aci: (targetcontrol="2.16.840.1.113730.3.4.2 || 2.16.840.1.113730.3.4.17 || 2.16.840.1.113730.3.4.19 || 1.3.6.1.4.1.4203.1.10.2") (version 3.0; acl "Anonymous control access"; allow(read) userdn="ldap:///anyone";) -ds-cfg-global-aci: (targetcontrol="*") (version 3.0; acl "control"; allow(read) userdn="ldap:///anyone";) ds-cfg-global-aci: (targetattr!="userPassword||authPassword")(version 3.0; acl "Anonymous read access"; allow (read,search,compare) userdn="ldap:///anyone";) ds-cfg-global-aci: (targetattr="*")(version 3.0; acl "Self entry modification"; allow (write) userdn="ldap:///self";) ds-cfg-global-aci: (target="ldap:///cn=schema")(targetscope="base")(targetattr="attributeTypes||dITContentRules||dITStructureRules||ldapSyntaxes||matchingRules||matchingRuleUse||nameForms||objectClasses")(version 3.0; acl "User-Visible Schema Operational Attributes"; allow (read,search,compare) userdn="ldap:///anyone";) -- Gitblit v1.10.0