This site requires JavaScript to be enabled
An updated version of this article is available

Kerberos Upgrade FAQ

14 views

2.0 - Last modified on 2022-01-04 Revised by Brittany Bossarte

1.0 - Created on 2014-10-13 Authored by Thomas Bozonelos (Inactive)

 

 

 
 
  • If you experience long login time to Linux machines, edit /etc/lrb5.conf to include these options (as of v5.1 of krb5.conf, these changes are in the default krb5.conf):
          [appdefaults]
                .....
               krb4_get_tickets = false
  
               .......
               pam = {
                           ......
                          krb4_get_tickets = false
                          krb4_convert_524 = false
                          krb4_use_as_req = false

               }