Chapter 7: Using the Command Line Interface
349
To determine the security level:
config:#
user modify <name> securityLevel <option2>
Variables:
<name> is the name of the user whose settings you want to change.
<option2> is one of the options:
noAuthNoPriv
,
authNoPriv
or
authPriv
.
Option
Description
noAuthNoPriv
No authentication and no privacy.
authNoPriv
Authentication and no privacy.
authPriv
Authentication and privacy.
To determine whether the authentication passphrase is identical
to the password:
config:#
user modify <name> userPasswordAsAuthenticationPassPhrase <option3>
Variables:
<name> is the name of the user whose settings you want to change.
<option3> is one of the options:
true
or
false
.
Option
Description
true Authentication
passphrase is identical to the
password.
false Authentication
passphrase is different from the
password.
To determine the authentication passphrase: