Bug 490997
Summary: | Obsolete ACI in o=netscaperoot | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Directory Server | Reporter: | Noriko Hosoi <nhosoi> | ||||
Component: | Admin | Assignee: | Noriko Hosoi <nhosoi> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9.0 | CC: | amsharma, nkinder, rmeggins | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-05-06 14:50:29 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 434915, 517385 | ||||||
Attachments: |
|
Description
Noriko Hosoi
2009-03-18 20:31:11 UTC
Created attachment 356595 [details]
git patch file (10dsdata.ldif.tmpl)
[File]
admserv/schema/ldif/10dsdata.ldif.tmpl
[Fix Description]
Removing an obsolete ACI which targetfilter includes an old attribute
nsconfigFoot which does not exist any more.
Tested with setup-ds-admin.pl, register-ds-admin.pl and Console. No unusual behaviour was observed.
Thanks to Nathan for reviewing the change and pointing out the typo! I fixed it in the git comment and pushed to master. $ git merge work Updating ae4b332..c65ea3a Fast forward admserv/schema/ldif/10dsdata.ldif.tmpl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) $ git push Counting objects: 11, done. Delta compression using 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (6/6), 560 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/admin.git ae4b332..c65ea3a master -> master aci: (targetattr=*)(version 3.0; acl "Enable delegated access"; allow (read, search, compare) groupdn="ldap:///cn=slapd-%dsid%,cn=%brand% Directory Server,cn=Server Group,cn=%fqdn%,ou=%domain%,o=NetscapeRoot";) aci: (targetattr="uniquemember || serverProductName || userpassword || description")(targetfilter=(objectclass=netscapeServer))(version 3.0; acl "Enable access delegation"; allow (write) groupdn="ldap:///cn=slapd-%dsid%,cn=%brand% Directory Server,cn=Server Group,cn=%fqdn%,ou=%domain%,o=NetscapeRoot";) Checked, hence VERIFIED. |