Administrator
- Administrator
- All Products
JDBC_DRIVER_01 { com.sun.security.auth.module.Krb5LoginModule required useTicketCache=true; };
[libdefaults] default_realm = <Realm name> forwardable = true ticket_lifetime = 24h [realms] <REALM NAME> = { kdc = <Location where KDC is installed> admin_server = <Location where KDC is installed> } [domain_realm] <domain name or host name> = <Domain name or host name of Kerberos> <domain name or host name> = <Domain name or host name of Kerberos>
Kinit <user name>@<realm_name>
Kinit -c <Directory and file name where you want to create the credential cache> <user name>@<realm_name>
KRB5_CONFIG=<Absolute path of the Kerberos configuration file>\krb5.conf,KRB5CCNAME=<Absolute path of the credential cache file>/<File name>,JAASCONFIG=<Absolute path of the JAAS config file>\<File name>.conf