Bug 1258292

Summary: The order of deletion option is wrong in htpasswd command.
Product: OpenShift Container Platform Reporter: jooho lee <jlee>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: urgent    
Version: 3.0.0CC: aos-bugs, bfallonf, jokerman, mmccomas
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: 2015-09-21 06:00:08 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:
Embargoed:

Description jooho lee 2015-08-31 01:28:08 UTC
Document URL: 

Upstream - https://docs.openshift.com/enterprise/3.0/admin_guide/configuring_authentication.html#HTPasswdPasswordIdentityProvider

Red Hat doc - https://access.redhat.com/documentation/en/openshift-enterprise/version-3.0/openshift-enterprise-30-administrator-guide#HTPasswdPasswordIdentityProvider

Section Number and Name: 
   openshift-enterprise-30-administrator-guide - 7.2.3. HTPasswd

Describe the issue: 
  From upstream & Red hat document for deleting user with htpasswd, the order of deletion option is wrong.[1]


Suggestions for improvement: 

~~~
$ htpasswd </path/to/users.htpasswd> -D <user_name>
~~~

==>Should be 
~~~
$ htpasswd -D </path/to/users.htpasswd>  <user_name>
~~~

Additional information: 

I pull request it to upstream :
https://github.com/openshift/openshift-docs/pull/929

Comment 2 jooho lee 2015-08-31 05:12:15 UTC
The pull request is just merged.

Comment 3 brice 2015-08-31 05:45:13 UTC
True. Work can be found here:

https://github.com/openshift/openshift-docs/pull/929

Putting to Released_pending.