December 2015
Intermediate to advanced
250 pages
4h 41m
English
The IPA (Identity Policy Audit) server allows you to manage your kerberos, DNS, hosts, users, sudo rules, password policies, and automounts in a central location. IPA is a combination of packages, including—but not limited to—bind, ldap, pam, and so on. It combines all of these to provide identity management for your environment.
In this recipe, I will opt for an integrated DNS setup, although it is possible to use your existing DNS infrastructure.
First, we'll install the server component, followed by what needs to be done on an IPA client.
Follow these instructions to install an IPA server:
~]# yum install -y ...Read now
Unlock full access