Command Reference > infasetup Command Reference > UpdateKerberosConfig
  

UpdateKerberosConfig

Use the UpdateKerberosConfig command to correct the realm name or service realm name in the Informatica configuration. You can change the user realm that the Informatica domain users belong to. You can change the service realm that the Informatica domain services belong to.
Note: This command does not change the Kerberos configuration. You cannot use this command to migrate users from one user realm or service realm to another user realm or service realm.
The UpdateKerberosConfig command uses the following syntax:
UpdateKerberosConfig

[<-ServiceRealmName|-srn> realm_name_of_node_spn]

[<-UserRealmName|-urn> realm_name_of_user_spn]
The following table describes infasetup UpdateKerberosConfig options and arguments:
Option
Argument
Description
-ServiceRealmName
-srn
realm_name_of_node_spn
Optional. Name of the Kerberos realm that the domain uses to authenticate users. The realm name must be in uppercase and is case-sensitive.
To configure Kerberos cross realm authentication, specify the name of each Kerberos realm that the domain uses to authenticate users, separated by a comma. For example:
COMPANY.COM,EAST.COMPANY.COM,WEST.COMPANY.COM
Use an asterisk as a wildcard character before a realm name to include all realms that include the name. For example, specify the following value to include all realms that include the EAST.COMPANY.COM name:
*EAST.COMPANY.COM
-UserRealmName
-urn
realm_name_of_user_spn
Optional. Name of the Kerberos realm that the domain uses to authenticate users. The realm name must be in uppercase and is case-sensitive.
To configure Kerberos cross realm authentication, specify the name of each Kerberos realm that the domain uses to authenticate users, separated by a comma. For example:
COMPANY.COM,EAST.COMPANY.COM,WEST.COMPANY.COM
Use an asterisk as a wildcard character before a realm name to include all realms that include the name. For example, specify the following value to include all realms that include the EAST.COMPANY.COM name:
*EAST.COMPANY.COM