Table of Contents

Search

  1. About the Security Guide
  2. Introduction to Informatica Security
  3. User Authentication
  4. LDAP Security Domains
  5. Kerberos Authentication
  6. Domain Security
  7. SAML Authentication for Informatica Web Applications
  8. Security Management in Informatica Administrator
  9. Users and Groups
  10. Privileges and Roles
  11. Permissions
  12. Audit Reports
  13. Command Line Privileges and Permissions
  14. Custom Roles
  15. Default List of Cipher Suites

Step 1. Enable Kerberos Authentication in the Domain

Step 1. Enable Kerberos Authentication in the Domain

Enable Kerberos on a gateway node within the domain.
You run the infasetup switchToKerberosMode command on a gateway node within the domain to change the authentication to Kerberos network authentication.
The infasetup command creates an administrator user account in an LDAP security domain with the name
_infaInternalNamespace
. Specify one of the user accounts you created in Active Directory as the administrator account. You use the account to log in to your Windows network after you enable Kerberos authentication in the domain.
  1. Shut down the domain and all Informatica services. Shut down the services in the following order:
    • Metadata Manager Service
    • PowerCenter® Integration Service
    • PowerCenter® Repository Service
    • Content Management Service
    • Analyst Service
    • Data Integration Service
    • Model Repository Service
  2. At the command prompt on a gateway node, switch to the directory where the infasetup executable is located:
    <Informatica installation directory>\isp\bin
  3. Run the following command:
    infasetup switchToKerberosMode -ad <administrator name> -srn <Kerberos realm name> -urn <Kerberos realm name> -spnSL <service principal level>
    The following table describes the options and arguments for the infasetup switchToKerberosMode command:
    Option
    Argument
    Description
    -administratorName
    -ad
    user_name
    User name for the domain administrator account that is created when you configure Kerberos authentication. Specify the name of an account that exists in Active Directory.
    After you configure Kerberos authentication, this user is included in the
    _infaInternalNamespace
    security domain that the command creates.
    -ServiceRealmName
    -srn
    Kerberos_realm_name
    Name of the Kerberos realm as specified in the Kerberos configuration file. The realm name must be in uppercase and is case-sensitive.
    The service realm name and the user realm name must be the same.
    -UserRealmName
    -urn
    Kerberos_realm_name
    Name of the Kerberos realm as specified in the Kerberos configuration file.
    The service realm name and the user realm name must be the same.
    -SPNShareLevel
    -spnSL
    NODE|PROCESS
    Service principal level for the domain.
    Set to NODE to enable Kerberos at the node level.
    Set to PROCESS to enable Kerberos at the process level.
    The following example changes the domain authentication to Kerberos and sets the nodeuser01 user account as the administrator account:
    infasetup switchToKerberosMode -ad nodeuser01 -srn EXAMPLE.COM -urn EXAMPLE.COM –spnSL NODE

0 COMMENTS

We’d like to hear from you!