Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1426445 - RHDS Admin Guide uses "aci" instead of "acl" in a command
RHDS Admin Guide uses "aci" instead of "acl" in a command
Status: CLOSED CURRENTRELEASE
Product: Red Hat Directory Server
Classification: Red Hat
Component: Doc-administration-guide (Show other bugs)
10.0
All Linux
high Severity high
: ---
: ---
Assigned To: Marc Muehlfeld
Viktor Ashirov
https://access.redhat.com/documentati...
: Documentation
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-23 18:06 EST by Jamie Bainbridge
Modified: 2017-03-14 06:33 EDT (History)
1 user (show)

See Also:
Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-03-14 06:33:59 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Jamie Bainbridge 2017-02-23 18:06:46 EST
Description of problem:

In section 12.3.3, the instructions have this line:

aci: (targetattr="userPassword")(version 3.0;aci "password sync";allow (write,compare) userdn="ldap:///cn=sync user,cn=config";)

Note the line begins with aci, which is correct. However, notice the spot after the Version 3.0. It also uses aci which is NOT correct. Looking at section 13.3.1 which describes the ACI syntax, we get this line:

aci: (target)(version 3.0;acl "name";permissionbind_rules;)

Note that that after the Version info, the word is acl, not another aci. Therefore, the command in 12.3.3 "2. Set an ACI..." that is listed as:

aci: (targetattr="userPassword")(version 3.0;aci "password sync";allow (write,compare) userdn="ldap:///cn=sync user,cn=config";)

Should be:

aci: (targetattr="userPassword")(version 3.0;acl "password sync";allow (write,compare) userdn="ldap:///cn=sync user,cn=config";)

It is a subtle difference, but it does make a big difference. The first gives a syntax error and does not allow the Password Sync to update passwords, while the second line works. The first line also generates many hours of troubleshooting and frustration.


Version-Release number of selected component (if applicable):

Revision 10.1-3


Additional info:

Located by customer Frank Coons on Customer Portal Discussions, though he does not have access to Bugzilla:
https://access.redhat.com/discussions/2941731
Comment 1 Jamie Bainbridge 2017-02-23 18:08:12 EST
Frank also notes this is incorrect in the RHDS 9 Admin Guide and RHDS 8.2 Admin Guide. Would we do a fix to those books as well?
Comment 4 Marc Muehlfeld 2017-03-14 06:33:59 EDT
The update is now available on the Customer Portal.

Note You need to log in before you can comment on or make changes to this bug.