Unicon-eLux-Setting "dns_lookup_realm" to "false" in Kerberos Configuration

book

Article ID: CTX696018

calendar_today

Updated On:

Description

Use Scout to transfer the required Kerberos configuration file to the correct directory on the device. The setting dns_lookup_realm = false will now be enforced, ensuring that DNS realm lookups are disabled.

Resolution

Steps to Resolve:

  1. Create the Kerberos Configuration Overload File:

    • Create a file that contains the following content:

      [libdefaults]
      dns_lookup_realm = false
  2. Transfer the Configuration File Using Scout:

    • Use Scout to transfer the configuration overload file to the following location on the device:
      • File Path/setup/krb5.conf.d/default.conf
    • Reboot the Client:

      • After transferring the file, reboot the client to activate the setting.

 

Issue/Introduction

I want to change the value of dns_lookup_realm to false in default.conf file for the kerberos configuration.