Hi,
I have the following scenario:
Some aspects are working
But, I cannot manually log in to BI Launchpad as a user from Domain B.
End users receives error 'Account informationnot recognised: The Active Directory Authentication plugin could not authenticate at this time...'
Webapp_BIlaunchpad_trace.000001.glf shows 'GSSException: No valid credentials provided (Mechanism level: Fail to create credential. (63) - No service creds)'
This is my krb5.ini file. I have tried with none, one or the other or both of the capaths entries - the error is the same in all cases. Can't see anything else I could possibly try.
[libdefaults] default_realm= DOMAINA.COM dns_lookup_kdc = true dns_lookup_realm = true default_tgs_enctypes = rc4-hmac default_tkt_enctypes = rc4-hmac forwarding = true [realms] DOMAINB.COM = { kdc = DC1.DOMAINB.COM default_domain = DOMAINB.COM} DOMAINA.COM = { kdc = DC1.DOMAINA.COM default_domain = DOMAINA.COM} [capaths] DOMAINA.COM = { DOMAINB.COM = . } DOMAINB.COM = { DOMAINA.COM = . }
Any input gratefully received.
Man thanks,
Mike