Bug 434778

Summary: luseradd ignores parameter --interactive
Product: Red Hat Enterprise Linux 4 Reporter: Milos Malik <mmalik>
Component: libuserAssignee: Miloslav Trmač <mitr>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.6   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-26 01:16:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Milos Malik 2008-02-25 13:30:26 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12

Description of problem:
The luseradd utility creates a user account without asking for any information even if command line "--interactive" was given.

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

How reproducible:
Always


Steps to Reproduce:
1. luseradd --interactive testuser


Actual Results:
No prompt for any information.

Expected Results:
Prompt for all information.


Additional info:

Comment 1 RHEL Program Management 2008-02-25 13:37:24 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 2 Miloslav Trmač 2008-02-26 01:16:01 UTC
Thanks for your report.

The behavior is correct, only the --help output is imprecise. --help says:
  -i, --interactive              prompt for all information
but the real meaning of the option is:
       -i, --interactive
              Ask all questions when connecting to the user database, even  if
              default answers are set up in libuser configuration.
Unfortunately the libuser version in RHEL4 has very little documentation.

Thus, -i affects only libuser modules that can ask questions about configuration
- in practice, only the "ldap" module.  It does not mean that luseradd should
ask for information about the account to create interactively.