Resources | system | admin | passwordRules

passwordRules

The rules implementing Conf-D user password policy.

Configuration

ParameterPresenceTypeDefaultDescription
minimumLengthOuint328 Minimum number of characters that should be present in the password.
minimumNumberOfUppercaseCharsOuint321 Minimum number of upper case characters that should be present in the password.
minimumNumberOfLowercaseCharsOuint321 Minimum number of lower case characters that should be present in the password.
minimumNumberOfDigitsOuint321 Minimum number of digits that should be present in the password.
minimumNumberOfOtherCharsOuint321 Minimum number of non-alpha-numeric characters that should be present in the password.
passwordHistoryDepthOuint324 The number of latest passwords that should be prevented from re-use.
maximumRepeatingCharsCountOuint323 Maximum number of consecutive repeatation for any character in the password.
minimumDiffWithOldPasswordOuint324 The minimum difference between the new and old password.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/passwordRules

  • No labels