Chapter 4: Using the Command Line Interface
156
Variables:
•
<name> is the name of the user whose settings you want to change.
•
<authentication_passphrase> is a string used as an authentication passphrase, comprising 8 to 32 ASCII printable
characters.
Determine whether the privacy passphrase is identical to the authentication passphrase:
config:#
user modify <name> useAuthenticationPassPhraseAsPrivacyPassPhrase
<option4>
Variables:
•
<name> is the name of the user whose settings you want to change.
•
<option4> is one of the options:
true
or
false
.
Option
Description
true
Privacy passphrase is identical to the authentication passphrase.
false
Privacy passphrase is different from the authentication passphrase.
Determine the privacy passphrase:
config:#
user modify <name> privacyPassPhrase <privacy_passphrase>
Variables:
•
<name> is the name of the user whose settings you want to change.
•
<privacy_passphrase> is a string used as a privacy passphrase, comprising 8 to 32 ASCII printable characters.
Determine the authentication protocol:
config:#
user modify <name> authenticationProtocol <option5>
Variables:
•
<name> is the name of the user whose settings you want to change.
•
<option5> is one of the options:
MD5
or
SHA-1
.
Option
Description
MD5
MD5 authentication protocol is applied.
SHA-1
SHA-1 authentication protocol is applied.