Bug 434778 - luseradd ignores parameter --interactive
Summary: luseradd ignores parameter --interactive
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: libuser
Version: 4.6
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Miloslav Trmač
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-25 13:30 UTC by Milos Malik
Modified: 2008-02-26 01:16 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-26 01:16:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


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