Now I have created the two files and
added the below content
krb5.ini
[libdefaults]
default_realm = xx.COM
dns_lookup_kdc = true
dns_lookup_realm = true
[realms]
XX.com = {
default_domain = xxxx.xx.COM
kdc = xx.COM
}
bscLogin.conf
com.businessobjects.security.jgss.initiate {
com.sun.security.auth.module.Krb5LoginModule required;
};
Now am getting
KrbException: Cannot get kdc for realm XX.COM
at sun.security.krb5.KrbKdcReq.send(Unknown Source)
at sun.security.krb5.Credentials.sendASRequest(Unknown Source)
at sun.security.krb5.Credentials.acquireTGT(Unknown Source)
Regards
Arun