3.5. Testing the Configuration
Use the following tests to ensure that the configuration is working correctly:
Obtain a Kerberos ticket for an IPA user.
$ kinit ipauser (provide the password when prompted) $ klist (to verify that you received a ticket)
Run the following commands to ensure that getent in Solaris works with Red Hat Enterprise IPA.
$ getent passwd admin $ getent group ipausers
On the system console, provide an IPA username and associated Kerberos password to log in.
Use the following command to test the configuration:
# mount -F nfs -o vers=4 -o sec=krb5 ipaserver.example.com:/ /data