Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Russ WhiteheadRuss WhiteheadReporter
Kanghua WangKanghua Wang(Deactivated)Priority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Russ Whitehead
Russ WhiteheadReporter
Kanghua Wang
Kanghua Wang(Deactivated)Priority
Fix versions
Pull Request URL
Created April 26, 2023 at 8:27 PM
Updated May 10, 2023 at 9:01 AM
Resolved May 10, 2023 at 9:01 AM
I am trying to setup the permissions of nested file scopes (ex. f1::f11) in my 389 DS using ECLWatch. After I set the permissions, I refresh the permission page. The page still shows no permission for those nested file scopes. But, I can see the permissions been set using Apache Directory Studio. By tracing the code of the LDAP security library, I found that the ldap_search_ext_s() called in the getSecurityDescriptorsScope() returns no permission. A wrong filter (f11f1) may be used when calling ldap_search_ext_s(). I hardcoded a filter (f11) and the ldap_search_ext_s() does return the permissions.