passwd (pmd.ini)

The [passwd] section contains parameters for UIDs and GIDs.
capamsc141
The [passwd] section contains parameters for UIDs and GIDs.
  • AllowedGidRange
    Specifies reserved numbers.
    The integers below the first number and above the second number are reserved GIDs, which 
    Privileged Access Manager
    cannot update.
    If only one integer is specified, all integers between one and the specified integer are reserved GIDs. If you specify a number that is larger than the upper limit, the default upper limit is applied (30000). If you specify a negative number, the default lower limit is applied (1). The applied lower limit for any number is +1 of the specified lower limit. For example, if
    AllowedGidRange = 100, 3000
    , then 101 is treated as the lower limit.
    Limits:
    -1 to 2147483647
    Default:
    100,30000
  • AllowedUidRange
    Specifies reserved numbers.
    The integers below the first number and above the second number are reserved UIDs, which 
    Privileged Access Manager
    cannot update.
    If only one integer is specified, all integers between one and the specified integer are reserved UIDs. The applied lower limit for any number is +1 of the specified lower limit. For example, if
    AllowedGidRange = 100, 3000
    , then 101 is treated as the lower limit.
    Limits:
    -1 to 2147483647
    Default:
    100,30000