seos (pmd.ini)

The token of the [seos] section, which contains the global settings that are used by , is described in the following table.
capamsc141
The token of the [seos] section, which contains the global settings that are used by
PAM Server Control
, is described in the following table.
  • parent_pmd
    Defines a comma-separated list of policy model databases (PMDBs) from which this PMDB accepts updates. This PMDB rejects updates from any PMDB that is not specified in this list.
    You can also specify a file path that contains a line-separated list of PMDBs.
    Set this token to "_NO_MASTER_" for this PMDB to accept updates from any PMDB.
    If you do not set this token, this PMDB does not accept updates from any PMDB.
    Each PMDB is specified in the following format: pmd_name@hostname
    For example:
    parent_pmd = pmd1@host1,pmd2@host1,pmd3@host2
    parent_pmd = /opt/CA/PAMSC/parent_pmdbs_file 
    Default:
    Token is not set (PMDB does not accept updates from any PMDB).