nerdexam
LPI

300-300 · Question #28

Which of the following sections in the Kerberos configuration file may contain the option default_realm?

The correct answer is C. libdefaults. The Kerberos configuration file, typically located at /etc/krb5.conf, contains several sections, each with different settings that control the behavior of Kerberos. The libdefaults section is where default settings for Kerberos libraries are defined, and it may include the…

300.8 Authentication and Authorization

Question

Which of the following sections in the Kerberos configuration file may contain the option default_realm?

Options

  • Adefaults
  • Bkrb5
  • Clibdefaults
  • Dglobal
  • Erealms

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    92% (45)
  • D
    2% (1)

Explanation

The Kerberos configuration file, typically located at /etc/krb5.conf, contains several sections, each with different settings that control the behavior of Kerberos. The libdefaults section is where default settings for Kerberos libraries are defined, and it may include the default_realm option. [libdefaults] default_realm = EXAMPLE.COM dns_lookup_realm = false dns_lookup_kdc = true

Topics

#Kerberos configuration#krb5.conf#libdefaults#default_realm

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice