Bug 1402002 - Section 9.6 of Administration guide references a wrong command.
Summary: Section 9.6 of Administration guide references a wrong command.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Directory Server
Classification: Red Hat
Component: Doc-administration-guide
Version: 10.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Marc Muehlfeld
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-06 14:44 UTC by German Parente
Modified: 2016-12-16 10:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-16 10:37:55 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


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