Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. Infacmd dis Queries
  16. infacmd dp Command Reference
  17. infacmd idp Command Reference
  18. infacmd edp Command Reference
  19. Infacmd es Command Reference
  20. infacmd ics Command Reference
  21. infacmd ipc Command Reference
  22. infacmd isp Command Reference
  23. infacmd ldm Command Reference
  24. infacmd mas Command Reference
  25. infacmd mi Command Reference
  26. infacmd mrs Command Reference
  27. infacmd ms Command Reference
  28. infacmd oie Command Reference
  29. infacmd ps Command Reference
  30. infacmd pwx Command Reference
  31. infacmd roh Command Reference
  32. infacmd rms Command Reference
  33. infacmd rtm Command Reference
  34. infacmd sch Command Reference
  35. infacmd search Command Reference
  36. infacmd sql Command Reference
  37. infacmd tdm Command Reference
  38. infacmd tools Command Reference
  39. infacmd wfs Command Reference
  40. infacmd ws Command Reference
  41. infacmd xrf Command Reference
  42. infacmd Control Files
  43. infasetup Command Reference
  44. pmcmd Command Reference
  45. pmrep Command Reference
  46. Working with filemanager
  47. Working with pmrep Files

UpdatePasswordConfig

UpdatePasswordConfig

Updates the password complexity rules for the domain.
The infasetup UpdatePasswordConfig command uses the following syntax:
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]
The following table describes infasetup UpdatePasswordConfig options and arguments:
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:
  • The length of the password must be at least eight characters.
  • It must be a combination of an alphabet character, a numeric character and a non-alphanumeric character, such as:
    ! \ " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~
When you use special characters in a password, the shell sometimes interprets them differently. For example, $ is interpreted as a variable. In this case, use an escape character to escape the special character.
-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.

0 COMMENTS

We’d like to hear from you!