Previous Topic: PluginsNext Topic: PupmAgentManager


AccountManager

CA ControlMinder maintains the Account Manager related settings in the following location:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\common\AgentManager\Plugins\AccountManager

The Account Manager registry key contains the following registry entries:

Exclude_Endpoint_Types

Defines the endpoints types that the current AccountManager will not process.

Values: A comma separated list of endpoint types. You can view the available endpoint types in CA ControlMinder Enterprise Management, or send an HTTP GET request to the following URL: https://host_name:18443/iam/api/1.0/restapi/environments/ac/endpoint-types

Example:

exclude_endpoint_types = Windows Agentless
Interval

Defines the plugin schedule in seconds.

Default: 1

Note: Applicable only when ScheduleType is set to 2.

max_threads_count

Defines the number of working threads in the pool.

Values: 50

Type: REG_DWORD

OperationMode

Defines the plugin operation mode.

Options: 0 - plugin disabled, 1 - plugin enabled

Default: 0

PluginPath

Defines the full pathname of the plugin.

Type: REG_SZ

Default: \ProgramFiles\CA\AccessControlServer\APMS\AccessControl\bin\AccountManager.dll

QueryFilter

Specifies additional values that is added to the Message Queue receive queue filter.

Options: ENDPOINT_CUSTOM 1...5=, ENDPOINT_OWNER=, ENDPOINT_DEPARTMENT=

Note the following:

Schedule

Defines the plugin scheduling string.

Default: 00:00@Sun.Mon,Tue,Wed,Thu,Fri,Sat

Note: Applicable only when ScheduleType is set to 2.

ScheduleType

Defines the plugin schedule type.

Options: 0 - execute once, 1 - execute on demand, 2 - execute on interval, 3 - execute on schedule

Default: 1

wmi_timeout

Defines in seconds how long WMI waits for a response from the endpoint before timeout.

Default: 60