Time required: 2 Hours
In this lab you have a centos 6 server. Use this to follow along with the objectives in the scenario presented.
Install and configure RH Identity managment server and the client.
Install and configure RH Identity managment server and the client.
NOTE: To run commands as the root user, please use the sudo command.
On server 1 for this lab,
1. Install the IPA server on the lab server. (ipa-server)
2. Install Bind and bind ldap on the lab server. (bind, bind-dyndb-ldap)
3. Adjust the hostsfile so that the software will recognize the local server.
4. Install the ipa server.
5. Use the kinit command for the admin user.
6. Use a command on the shell to display information about the admin user.
5. Connect to the ipa server via its webpage and check to ensure its working.
6. Check if iptables is running. If it is, add port 443 to be allowed inbound.
On Server 2 for this lab.
1. Install the IPA client on the lab server. (ipa-client)
2. Adjust the hostsfile so that the software will recognize the local server (server 2)
3. Adjust the hostsfile so that the software will recognize the IPA server (server1).
4. On the Server 1, use the kinit command for the admin user.
5. On the IP client server (server 2) use the getent command to display information about the admin user.