HCL Workload Automation, Version 9.4

Federated repository panel

Required panel.

################################################################
Federated Repository Panel
################################################################
PrimaryAdminId=
UseRegistryServerId=
ServerID=
ServerPassword=
VMMRealm=TWSREALM
VMMRealmDelimiter=@
VMMIgnoreCase=true

Note to users of previous versions of HCL Workload Automation: This is a new panel.

PrimaryAdminId=<name>
Specifies the name of the user with administrative privileges which is defined in the repository, for example, adminUser. The user name is used to log on to the administrative console when administrative security is enabled. WebSphere Application Server requires an administrative user which is distinct from the server user identity so that administrative actions can be audited.
UseRegistryServerId=true|false
Specifies whether the server identity is to be generated automatically or supplied manually.
  • If true, enables the application server to generate the server identity, which is recommended for environments that contain only WebSphere Application Server 6.1 or later nodes. Automatically generated server identities are not stored in a user repository.
  • If false, requires that a user is specified as ServerID for internal process communication.
ServerID=<name>
Specifies a user identity in the repository that is used for internal process communication. Configurations that also contain WebSphere Application Server V6.0.x require a server user identity which is defined in the active user repository.
ServerPassword=<password>
Specifies the password that corresponds to the ServerID.
VMMRealm=<name>
Specifies the name of the realm. The default for this value is TWSREALM. Ensure this property is configured correctly for your environment, in order to allow communication between different servers and to improve speed.
VMMRealmDelimiter=<value>
Specifies the delimiter used to distinguish between user and realm when federating multiple repositories with different realms. The default value is "@".
VMMIgnoreCase=true|false
Specifies whether a case-insensitive authorization check is performed.
  • If true, specifies that case sensitivity is not a consideration for authorization. Must be set to true when enabling LDAP repository with IBM® Directory Server
  • If false, the case of the user ID being authenticated will be used to match against the user IDs in the registry.