Editing the krb5.conf (ini) File on the OAM Server

  1. Open the krb5.conf (ini) file, which is normally located in /etc/krb5.conf or C:\Windows\krb5.ini.

  2. Update the file with your Active Directory domain information. If the file does not exist, use the following entries to create it:

    [libdefaults]
    default_realm=JDELDAP.COM
    default_tkt_enctypes=RC4-HMAC
    default_tgs_enctypes=RC4-HMAC
    ticket_lifetime=600
    clock_skew = 600
    
    [realms]
    JDELDAP.COM = {
     kdc = denjdeldap1.jdeldap.com
     admin_server = denjdeldap1.jdeldap.com
     default_domain = JDELDAP.COM
     }
    
    [domain_realm]
     .jdeldap.com = JDELDAP.COM
     jdeldap.com = JDELDAP.COM