PowerCenter
- PowerCenter 10.5.5.1
- All Products
Parameter
| Value
|
---|---|
default_realm
| Name of the service realm for the Informatica domain.
If you are integrating the domain with a non-native environment, set the default_realm property to be the same as the default_realm property of the cluster.
|
forwardable
| Allows a service to delegate client user credentials to another service. Set this parameter to True. The Informatica domain requires application services to authenticate the client user credentials with other services.
|
default_tkt_enctypes
| Encryption types for the session key in ticket-granting tickets (TGT). Set this parameter only if session keys must use specific encryption types.
|
udp_preference_limit
| Determines the protocol that Kerberos uses when it sends a message to the KDC. Set udp_preference_limit = 1 to always use TCP. The Informatica domain supports only the TCP protocol. If the udp_preference_limit is set to any other value, the Informatica domain might shut down unexpectedly.
|
kdc = kerberos.example.com:88
[libdefaults] default_realm = AFNIKRB.AFNIDEV.COM forwardable = true udp_preference_limit = 1 [realms] AFNIKRB.AFNIDEV.COM = { admin_server = SMPLKERDC01.AFNIKRB.AFNIDEV.COM kdc = SMPLKERDC01.AFNIKRB.AFNIDEV.COM:88 } [domain_realm] afnikrb.afnidev.com = AFNIKRB.AFNIDEV.COM .afnikrb.afnidev.com = AFNIKRB.AFNIDEV.COM