Dear Experts,
Currently our system have single domain with SSO enabled and now client asked us to add another domain with SSO enable. I have gone through the scn forums and SAP note, and I need answers for following questions:
Multiple domain means - both are separate like Domain1 and Domain2?
If we have two domain what about the service account? it should be any one domain or same account should be create in two domains
The krb5.ini file should be like this right?
[libdefaults]
default_realm = MYDOMAIN1.COM
dns_lookup_kdc = true
dns_lookup_realm = true
default_tgs_enctypes = rc4-hmac
default_tkt_enctypes = rc4-hmac
udp_preference_limit = 1
[realms]
MYDOMAIN1.COM = {
kdc = MYDCHOSTNAME.MYDOMAIN1.COM
default_domain = MYDOMAIN1.COM
}
MYDOMAIN2.COM = {
kdc = MYDCHOSTNAME.MYDOMAIN2.COM
default_domain = MYDOMAIN2.COM
}
Please help me on this
Regards,
Karuppiah N