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…
Question
Options
- Adefaults
- Bkrb5
- Clibdefaults
- Dglobal
- Erealms
How the community answered
(49 responses)- A4% (2)
- B2% (1)
- C92% (45)
- D2% (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
Community Discussion
No community discussion yet for this question.