How to modify krb5.conf file in MCS provisioned Linux VDA

How to modify krb5.conf file in MCS provisioned Linux VDA

book

Article ID: CTX238067

calendar_today

Updated On:

Description

How to modify krb5.conf in MCS provisioned linux VDA


Instructions

1) Boot up the master image
2) Edit the file /var/xdl/mcs/ad_join.sh and edit the function conf_winbind.
3) Under the section [ # Customize /etc/krb5.conf ] , add the relevant customization like below

    # Customize /etc/krb5.conf
    echo "[libdefaults]
    default_realm = $REALM

    #custom entries
    dns_lookup_kdc = true
    dns_lookup_realm = true
    #done

    default_ccache_name = FILE:/tmp/krb5cc_%{uid}

4) save the changes
5) Update the master catalog from studio.
6) New machines should reflect the changes in kerberos configuration file