Skip to main content Skip to complementary content

Installing and configuring Kerberos client on Linux (Job server)

This procedure shows how to install and configure the Kerberos client on Linux.

Procedure

  1. Run the yum command yum install krb5-workstation to install the Kerberos client.
  2. All versions of Java from 1.8.0_161 enable the unlimited strength policy files by default, see https://www.oracle.com/technetwork/java/javase/8u161-relnotes-4021379.html for more information. If you are using the previous versions of Java, update the security policies of the JRE to be used, using the patch from Oracle's Java download site.

    This update is necessary due to import control restrictions of the U.S. For further information, please consult the README.txt file in the downloaded file.

    To make this update, you can simply make a copy of the original JCE policy files (US_export_policy.jar and local_policy.jar in JAVA_HOME/lib/security) for backup and then replace the original JCE policy files with the corresponding policy files contained in the downloaded jce_policy-6.0.zip file.

  3. Configure Kerberos on a local machine by editing the /etc/krbf.conf file.

    A sample file can be found in this MIT configuration doc. More information about the parameters can be found in this MIT documentation.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!