3.5. Testing the Configuration

3.5. Testing the Configuration

Use the following tests to ensure that the configuration is working correctly:

kinit

Obtain a Kerberos ticket for an IPA user.

$ kinit ipauser (provide the password when prompted)
$ klist (to verify that you received a ticket)

getent

Run the following commands to ensure that getent in Solaris works with Red Hat Enterprise IPA.

$ getent passwd admin
$ getent group ipausers

Console Login

On the system console, provide an IPA username and associated Kerberos password to log in.

NFS v4

Use the following command to test the configuration:

# mount -F nfs -o vers=4 -o sec=krb5 ipaserver.example.com:/ /data