passwd (pmd.ini)
The [passwd] section contains parameters for UIDs and GIDs.
capamsc141
The [passwd] section contains parameters for UIDs and GIDs.
- AllowedGidRangeSpecifies reserved numbers.The integers below the first number and above the second number are reserved GIDs, whichPrivileged Access Managercannot 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, ifAllowedGidRange = 100, 3000, then 101 is treated as the lower limit.Limits:-1 to 2147483647Default:100,30000
- AllowedUidRangeSpecifies reserved numbers.The integers below the first number and above the second number are reserved UIDs, whichPrivileged Access Managercannot 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, ifAllowedGidRange = 100, 3000, then 101 is treated as the lower limit.Limits:-1 to 2147483647Default:100,30000