AccountManager
In the [AccountManager] section, the tokens control the behavior of the Account Manager plug-in.
capamsc141
In the [AccountManager] section, the tokens control the behavior of the Account Manager plug-in.
- INSTALL_ACCOUNT_MNGSpecifies whether to configure Account Management on the endpoint.Values: Yes, NoDefault: NoExample: INSTALL_ACCOUNT_MNG="no"Configure the Distribution Server parameters to activate the AccountManager.
- IntervalSpecifies the AccountManager plug-in interval in seconds.Default: 300Applicable if you set the ScheduleType control value to 2.
- JCS_USER_DNSpecifies the Java Connector Server (JCS) administrator user DN.Values: DN format stringDefault: cn=root,dc=etasaExample: JCS_USER_DN="cn=root,dc=etasa"
- JCS_USER_PSSWDSpecifies the JCS administrator password.Values: any string.Default: no default value.Note: Asterisks (*) replace the JCS_USER_PSSWD value after installation.
- JCS_SERVER_DNSpecifies the JCS server DN.Values: DN format stringDefault: dc=im,dc=etasExample: JCS_SERVER_DN="dc=im,dc=etasa"
- JCS_SERVER_PORTSpecifies the JCS port.Values: Port numberDefault: 20411Example: JCS_SERVER_PORT=20411
- JCS_SSLDefines the JCS communication protocol.Values: 'yes' for SSL connection, otherwise 'no'.Default: yesExample: JCS_SSL="yes"
- max_threads_countDefines the number of working threads in the pool.Values: 50
- OperationModeDefines whether the AccountManager plug-in is enabled or disabled.Options: 1plug-in enabled, 0plug-in disabledDefault: 1
- PluginPathDefines the full pathname of the AccountManager plug-in.Default: /opt/CA/PAMSCShared/lib/AccountManager.so
- QueryFilterSpecifies a custom value to add to the Message Queue receive queue filter.Options:
- "ENDPOINT_CUSTOM1="
- "ENDPOINT_CUSTOM2="
- "ENDPOINT_CUSTOM3="
- "ENDPOINT_CUSTOM4="
- "ENDPOINT_CUSTOM5="
- "ENDPOINT_OWNER="
- "ENDPOINT_DEPARTMENT="
Default: no valueYou can use more than one custom property, using the AND operand. Example: "ENDPOINT_DEPARTMENT='Finance' AND 'ENDPOINT_CUSTOM1=Accounting'"When specifying the custom property, verify that:- You use apostrophes to specify the property value.
- You use the AND, OR operands when specifying more than one property.
- You use the parenthesis when using the OR operand.
- ScheduleSpecifies the AccountManager plug-in a schedule string.Default: 00:00@Sun,Mon,Tue,Wed,Thu,Fri,SatApplicable if you set the ScheduleType control value to 3.
- ScheduleTypeDefines the AccountManager plug-in scheduling type.Options:
- 0 Run once
- 1 Run on demand
- 2 Run every N seconds
- 3 Run according to the scheduling string: 00:[email protected],Tue,Wed,Thu,Fri,SatDefault: 2