Bug 1017382

Summary: cannot specify -p without also specifying -h
Product: Red Hat Directory Server Reporter: Rich Megginson <rmeggins>
Component: Doc-administration-guideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: Jenny Severance <jgalipea>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.1   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-29 20:43:39 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 Rich Megginson 2013-10-09 18:24:24 UTC
Description of problem:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/configuring-special-binds.html#disabling-anonymous-binds

14.8.2. Disabling Anonymous Binds

The example is
ldapmodify -D "cn=directory manager" -w secret -p 389 -x

In this case, since the port is 389, you don't need -p or -h, so it should just be

ldapmodify -D "cn=directory manager" -w secret -x

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Deon Ballard 2014-01-28 17:53:47 UTC
There should have been a -h there, by my original intent. I updated it to use -h, if that's okay.

Comment 2 Deon Ballard 2014-07-29 20:43:39 UTC
Mass closure of published bugs.