INFA_DEFAULT_SECURITY_DOMAIN
INFA_DEFAULT_SECURITY_DOMAIN environment variable applies to the infacmd command line program.
The infacmd commands require a security domain if you use LDAP authentication and you specify an Informatica user. You can set the environment variable INFA_DEFAULT_SECURITY_DOMAIN to the native security domain or to an LDAP security domain name.
Configuring INFA_DEFAULT_SECURITY_DOMAIN on UNIX
To configure INFA_DEFAULT_SECURITY_DOMAIN on UNIX:
In a UNIX C shell environment, type: setenv INFA_DEFAULT_SECURITY_DOMAIN <security domain name>
In a UNIX Bourne shell environment, type:
INFA_DEFAULT_SECURITY_DOMAIN = <security domain name>
export INFA_DEFAULT_SECURITY_DOMAIN
Configuring INFA_DEFAULT_SECURITY_DOMAIN on Windows
To configure INFA_DEFAULT_SECURITY_DOMAIN on Windows:
Enter the environment variable INFA_DEFAULT_SECURITY_DOMAIN and set the value to the name of the security domain. For information about setting environment variables on Windows, consult the Windows documentation.