Bug 985675

Summary: Documentation does not tell how to delete a user using oo-admin-ctl-domain
Product: OpenShift Container Platform Reporter: Miciah Dashiel Butler Masters <mmasters>
Component: DocumentationAssignee: Bilhar <baulakh>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2.0CC: baulakh, bleanhar, jokerman, libra-onpremise-devel, mmccomas
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-27 04:01:14 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 Miciah Dashiel Butler Masters 2013-07-18 04:34:45 UTC
Description of problem:
In Section 3.3. "Removing User Data" of the Administration Guide, no command is provided for deleting the user.


Version-Release number of selected component (if applicable):
OpenShift Enterprise Administration Guide Edition 1.2


How reproducible:
Completely.


Steps to Reproduce:
1. Read Section 3.3, Procedure 3.4.


Actual results:
There are steps to delete users' applications and domains, but there is no step for deleting the user.


Expected results:
The following command should be shown for deleting a user:

    # oo-admin-ctl-domain -l username -c delete

Additionally, the guide should explain that the oo-admin-ctl-domain will only delete the user from OpenShift's datastore and will not delete the user from databases outside of OpenShift's datastore that may be storing the user's credentials (e.g., htpasswd, LDAP, or Kerberos).


Additional info:
I am referencing the Administration Guide using the following URL:

https://access.redhat.com/site/documentation/en-US/OpenShift_Enterprise/1/html-single/Administration_Guide/index.html#sect-OpenShift_Enterprise-Administration_Guide-Removing_User_Data

As explained in bug 985670, the command provided for deleting the user's domain actually attempts to delete the user.  Bug 985670 is for fixing the command that is provided so that it really does delete the domain as described.