3.4. Using a Browser on Another System
Copy the /etc/krb5.conf file from the IPA server to the client system. Do not overwrite the existing krb5.conf file. Run the following command on the IPA server:
# scp /etc/krb5.conf root@ipaclient:/etc/krb5_ipa.conf
On the IPA client, open a shell and run the following commands:
$ export KRB5_CONFIG=/etc/krb5_ipa.conf $ kinit user@EXAMPLE.COM $ /usr/bin/firefox
Configure and test Firefox as described in Section 3.3, “Configuring Your Browser”.