Bug 1401554 - IPA Installation message using ipa-server-docker image needs correction.
Summary: IPA Installation message using ipa-server-docker image needs correction.
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa-server-container
Version: 7.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Petr Vobornik
QA Contact: Nikhil Dehadrai
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-05 14:49 UTC by Nikhil Dehadrai
Modified: 2017-08-18 14:41 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-18 14:41:45 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Nikhil Dehadrai 2016-12-05 14:49:28 UTC
IPA-server-docker image: ipa-server-docker-4.4.0-27


Description of problem:
IPA Installation message needs correction, currently it read "FreeIPA server configured." It should be "IPA server configured."


How reproducible:
Always

Steps to Reproduce:
1. Setup IPA-server as par of ipa-server-docker image.
2. Run command "atomic install --name=<container name> <container-name> net-host ipa-server-install <install parameters>"
3. Notice the console output log at the end.

Actual results:
Once the ipa-server setup is completed as part of ipa-server-docker image following message is displayed:
"FreeIPA server configured."

##########################
Next steps:
	1. You must make sure these network ports are open:
		TCP Ports:
		  * 80, 443: HTTP/HTTPS
		  * 389, 636: LDAP/LDAPS
		  * 88, 464: kerberos
		UDP Ports:
		  * 88, 464: kerberos
		  * 123: ntp

	2. You can now obtain a kerberos ticket using the command: 'kinit admin'
	   This ticket will allow you to use the IPA tools (e.g., ipa user-add)
	   and the web user interface.

Be sure to back up the CA certificates stored in /root/cacert.p12
These files are required to create replicas. The password for these
files is the Directory Manager password
FreeIPA server does not run DNS server, skipping update-self-ip-address.
Created symlink from /etc/systemd/system/container-ipa.target.wants/ipa-server-update-self-ip-address.service to /usr/lib/systemd/system/ipa-server-update-self-ip-address.service.
Created symlink from /etc/systemd/system/container-ipa.target.wants/ipa-server-upgrade.service to /usr/lib/systemd/system/ipa-server-upgrade.service.
Removed symlink /etc/systemd/system/container-ipa.target.wants/ipa-server-configure-first.service.
FreeIPA server configured.


Expected results:
"IPA server configured." should be displayed at the end of setup.

Additional info:
1. The message is observed for both installation process of ipa-server and ipa-replica.
2. Similar message noticed at time of failure "FreeIPA server configuration failed.", it should be "IPA server configuration failed.".

Comment 3 Petr Vobornik 2017-08-18 14:41:45 UTC
This is string coming from ipa package. It should be fixed in bug 1482998


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