Table of Contents

Configure A System To Authenticate Using Kerberos

General Information

Setting up a client to authenticate using kerberos.


Lab Setup

The following virtual machines will be used:


Help

Finding help in this section.


Prerequisites

Some items are required before being able to practice this objective.


Package Install

Install the required packages

yum install krb5-workstation pam_krb5

Configure the Kerberos Client

Option 1: Use authconfig to enable kerberos

authconfig --enablekrb5 --krb5kdc=ipa.example.com --krb5realm=EXAMPLE.COM --krb5adminserver=ipa.example.com --update


Option 2: Use authconfig-tui to enable kerberos

Add Client Host to The Kerberos Server

The kerberos server (KDC) must have an entry for the client host.

A kerberos client keytab (containing client host identification) will probably be provided in the exam.

For lab purposes, you may need to add the client and generate a keytab.

See here for more details.


Test The Client