Bug 1402002

Summary: Section 9.6 of Administration guide references a wrong command.
Product: Red Hat Directory Server Reporter: German Parente <gparente>
Component: Doc-administration-guideAssignee: Marc Muehlfeld <mmuehlfe>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0CC: rhel-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-16 10:37:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description German Parente 2016-12-06 14:44:30 UTC
Description of problem:

The command shown in:

https://access.redhat.com/documentation/en-US/Red_Hat_Directory_Server/10/html/Administration_Guide/changing-substring-index-search.html

ldapmodify -D "cn=directory manager" -w secret -p 389 -h server.example.com -x

dn: attribute_name,cn=index,cn=database_name,cn=ldbm d atabase,cn=plugins,cn=config
objectClass: extensibleObject
nsSubStrBegin: 2
nsSubStrMiddle: 2
nsSubStrEnd: 2

is wrong. It should be:

ldapmodify -D "cn=directory manager" -w secret -p 389 -h server.example.com -x

dn: attribute_name,cn=index,cn=database_name,cn=ldbm d atabase,cn=plugins,cn=config
changetype: modify
add: objectclass
objectclass: extensibleObject
- 
add: nsSubStrBegin
nsSubStrBegin: 2
-
add: nsSubStrMiddle
nsSubStrMiddle: 2
-
add: nsSubStrEnd
nsSubStrEnd: 2

Comment 2 Marc Muehlfeld 2016-12-16 10:37:55 UTC
The update is now available on the Customer Portal.