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_MNG
    Specifies whether to configure Account Management on the endpoint.
    Values
    : Yes, No
    Default
    : No
    Example
    : INSTALL_ACCOUNT_MNG="no"
    Configure the Distribution Server parameters to activate the AccountManager.
  • Interval
    Specifies the AccountManager plug-in interval in seconds.
    Default
    : 300
    Applicable if you set the ScheduleType control value to 2.
  • JCS_USER_DN
    Specifies the Java Connector Server (JCS) administrator user DN.
    Values
    : DN format string
    Default
    : cn=root,dc=etasa
    Example
    : JCS_USER_DN="cn=root,dc=etasa"
  • JCS_USER_PSSWD
    Specifies the JCS administrator password.
    Values
    : any string.
    Default
    : no default value.
    Note
    : Asterisks (*) replace the JCS_USER_PSSWD value after installation.
  • JCS_SERVER_DN
    Specifies the JCS server DN.
    Values
    : DN format string
    Default
    : dc=im,dc=etas
    Example
    : JCS_SERVER_DN="dc=im,dc=etasa"
  • JCS_SERVER_PORT
    Specifies the JCS port.
    Values
    : Port number
    Default
    : 20411
    Example
    : JCS_SERVER_PORT=20411
  • JCS_SSL
    Defines the JCS communication protocol.
    Values
    : 'yes' for SSL connection, otherwise 'no'.
    Default
    : yes
    Example
    : JCS_SSL="yes"
  • max_threads_count
    Defines the number of working threads in the pool.
    Values
    : 50
  • OperationMode
    Defines whether the AccountManager plug-in is enabled or disabled.
    Options
    : 1plug-in enabled, 0plug-in disabled
    Default
    : 1
  • PluginPath
    Defines the full pathname of the AccountManager plug-in.
    Default
    : /opt/CA/PAMSCShared/lib/AccountManager.so
  • QueryFilter
    Specifies a custom value to add to the Message Queue receive queue filter.
    Options
    :
  • "ENDPOINT_CUSTOM1="
    1. "ENDPOINT_CUSTOM2="
    2. "ENDPOINT_CUSTOM3="
    3. "ENDPOINT_CUSTOM4="
    4. "ENDPOINT_CUSTOM5="
    5. "ENDPOINT_OWNER="
    6. "ENDPOINT_DEPARTMENT="
    Default
    : no value
    You 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.
  • Schedule
    Specifies the AccountManager plug-in a schedule string.
    Default
    : 00:00@Sun,Mon,Tue,Wed,Thu,Fri,Sat
    Applicable if you set the ScheduleType control value to 3.
  • ScheduleType
    Defines 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,Sat
      Default
      : 2