For more information about using the sample configuration file, see Downloading and running the IBM® JGSS samples.
Note: Read the Code example disclaimer for important legal information.
# --------------------------------------------------------------------------------- # Kerberos configuration file for running the JGSS sample applications. # Modify the entries to suit your environment. #---------------------------------------------------------------------------------- [libdefaults] default_keytab_name = /QIBM/UserData/OS400/NetworkAuthentication/keytab/krb5.keytab default_realm = REALM.IBM.COM default_tkt_enctypes = des-cbc-crc default_tgs_enctypes = des-cbc-crc default_checksum = rsa-md5 kdc_timesync = 0 kdc_default_options = 0x40000010 clockskew = 300 check_delegate = 1 ccache_type = 3 kdc_timeout = 60000 [realms] REALM.IBM.COM = { kdc = kdc.ibm.com:88 } [domain_realm] .ibm.com = REALM.IBM.COM