#5184 ipa-server-install lost "-N" option
Closed: Fixed None Opened 8 years ago by mkosek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1250928

Description of problem:
There is no option called as '-N' in ipa-server-install, but man page describes
this option in documentation

Version-Release number of selected component (if applicable):
ipa-server-4.2.0-3.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install ipa-server and dependent packages
2. Run
ipa-server-install -r EXAMPLE.COM -n example.com -p root1234 -a root12345
--hostname ipaserver.example.com -N


Actual results:
ipa-server-install: error: no such option: -N

Expected results:
Remove '-N' option from man page of ipa-server-install package and respective
documentations

Additional info:

Martin's assessment:

I think the problem here is rather in the code. FreeIPA before 4.2.0:

# ipa-server-install -h | grep -i NTP
    -N, --no-ntp        do not configure ntp

FreeIPA 4.2.0:

# ipa-server-install --help | grep -i NTP
    --no-ntp            do not configure ntp

The short option is missing. Ticket is due.

regression - raising priority

master:

  • a651be3 install: Fix server and replica install options

ipa-4-2:

  • 8e1a9b4 install: Fix server and replica install options

Metadata Update from @mkosek:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 4.2.1

7 years ago

Login to comment on this ticket.

Metadata