OUD - How to Modify Global ACIs
(Doc ID 1590773.1)
Last updated on SEPTEMBER 23, 2024
Applies to:
Oracle Unified Directory - Version 11.1.2.0.0 and laterInformation in this document applies to any platform.
Goal
For the below ACI
(targetcontrol="1.3.6.1.1.12 ||
1.3.6.1.1.13.1 || 1.3.6.1.1.13.2 || 1.2.840.113556.1.4.319 || 1.2.826.0.1.3344810.2.3 || 2.16.840.1.113730.3.4.18 ||
2.16.840.1.113730.3.4.9 || 1.2.840.113556.1.4.473 || 1.3.6.1.4.1.42.2.27.9.5.9") (version 3.0; acl
"Authenticated users control access"; allow(read) userdn="ldap:///all";),
Requirement is ldap:///all should be changed ldap:///anyone
(targetcontrol="1.3.6.1.1.12 || 1.3.6.1.1.13.1 || 1.3.6.1.1.13.2 || 1.2.840.113556.1.4.319
|| 1.2.826.0.1.3344810.2.3 || 2.16.840.1.113730.3.4.18 || 2.16.840.1.113730.3.4.9 || 1.2.840.113556.1.4.473 ||
1.3.6.1.4.1.42.2.27.9.5.9") (version 3.0; acl
"Authenticated users control access"; allow(read) userdn="ldap:///anyone";),
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |