This shows you the differences between two versions of the page.
| — |
linux:kerberos_setup [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Kerberos Setup ====== | ||
| + | In order to configure Kerberos, I just need to modify one line in the //[libdefaults]// section of the ///etc/krb5.conf// file. | ||
| + | |||
| + | dns_lookup_kdc = true | ||
| + | |||
| + | This is said to be unreliable at times. So far, it's worked okay for me. | ||