Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
UpdatePasswordConfig [<-EnablePasswordComplexity|-pc> enable_password_complexity] [<-PasswordLength|-pl> password_length] [<-DigitCharacterCount|-dc> digit_character_count] [<-SpecialCharacterCount|-scc> special_character_count] [<-AlphabetCount|-ac> alphabet_count] [<-maxPasswordValidDuration|-pvd> max_password_valid_duration_in_days] [<-NotAllowedPreviousPasswordsCount|-ppc> not_allowed_previous_passwords_count]
Option
| Description
|
---|---|
-EnablePasswordComplexity
-pc
| Optional. Enable password complexity to validate the password strength. By default this option is disabled.
For a user account in the domain that uses native authentication, if you enable password complexity, use the following guidelines when you create or change a password:
|
-PasswordLength
-pl
| Required if you enable the complexity of the password. The minimum number of characters required in a password. Enter a value between 8 and 255. Default is 8 characters.
|
-DigitCharacterCount
-dc
| Required if you enable the complexity of the password. The minimum number of numeric characters required in a password. Enter a value between 0 and 255. Default is 1 numeric character.
|
-SpecialCharacterCount
-scc
| Required if you enable the complexity of the password. The minimum number of special characters required in a password. Enter a value between 0 and 255. Default is 1 special character. You can use the following special characters:
|
-AlphabetCount
-ac
| Required if you enable the complexity of the password. The minimum number of alphabetic characters required in a password. Enter a value between 0 and 255. Default is 1 alphabetic character.
|
-maxPasswordValidDuration
-pvd
| Required if you enable the complexity of the password. The duration of password validity. If you don't want passwords to expire, set to 0. Default is 0.
|
-NotAllowedPreviousPasswordsCount
-ppc
| Required if you enable the complexity of the password. The number of consecutive previous passwords that can't be reused. Enter a value between 0 and 12. Default is 0.
|