Bug 503936 - ipa help passwd - displays help for password policy
Summary: ipa help passwd - displays help for password policy
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: 2.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-06-03 13:24 UTC by Jenny Severance
Modified: 2015-01-04 23:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-28 09:32:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Jenny Severance 2009-06-03 13:24:57 UTC
Description of problem:

The help for the passwd CLI is incorrect. 

[root@jennyv2 /]# ipa help passwd
Frontend plugins for password changes.

Related commands:
  passwd  Edit existing password policy.

Specifically - "Edit existing password policy."


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


How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rob Crittenden 2009-06-03 13:47:57 UTC
diff --git a/ipalib/plugins/passwd.py b/ipalib/plugins/passwd.py
index bb6e637..06b60fd 100644
--- a/ipalib/plugins/passwd.py
+++ b/ipalib/plugins/passwd.py
@@ -27,7 +27,7 @@ from ipalib import Str, Password  # Parameter types
 
 
 class passwd(Command):
-    'Edit existing password policy.'
+    'Change a user password.'
 
     takes_args = (
         Str('principal',
-- 
1.5.6.6

Comment 2 Rob Crittenden 2009-06-03 13:48:26 UTC
master: 3e8aac875f9a736580a4c7a27dc6885953865bd8


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