Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
updateMitKerberosLinkage <-useKeberos|-krb> true|false [<-mitKerberosDirectory|-mkd> kerberos_library_directory]
Option | Argument | Description |
---|---|---|
-useKeberos
-krb
| true|false
| Required. Boolean value. Set this value to true if the Informatica domain uses Kerberos authentication. If true, Informatica processes make Kerberos calls with the default Kerberos libraries or the libraries in the directory specified with the -mkd option.
Set this value to false if the Informatica domain does not use Kerberos. If false, Informatica does not load Kerberos libraries. Third-party clients, such as database clients, perform Kerberos calls with the libraries specified in the directory specified with the -mkd option.
|
-mitKerberosDirectory
-mkd
| kerberos_library_directory_node_spn
| Optional. The directory that contains the custom MIT Kerberos libraries. The directory must contain the library files. You cannot use symbolic links.
If the -krb option is true, ensure that the custom Kerberos libraries that you want to use are the same version number as the Kerberos libraries that Informatica uses by default.
If there are multiple versions of the same library, all versions must be the same size and have the same checksum. For instance, if the directory contains two versions of libkrb5, such as libkr5.so.3 and libkrb5.so, then both libraries should have the same file size and checksum value.
If the specified directory is empty, the command removes all custom Kerberos libraries from the Informatica domain.
|