Asadmin Commands for Managing Password Aliases

The following is a detailed list of the administration commands that can be used to interact and configure password aliases.

create-password-alias

Usage

asadmin> create-password-alias <alias-name>

Aim

Creates a new password alias using the provided name. The user is then prompted to enter the associated password twice. Password Aliases can also be created non-interactively using a password file.

Command Options

There are no options available.

Example

Running the command will display output similar to the example below:

asadmin> create-password-alias example-alias-name
Enter the alias password>
Enter the alias password again>
Command create-password-alias executed successfully.

delete-password-alias

Usage

asadmin> delete-password-alias <alias-name>

Aim

Deletes the specified password alias and password from the server.

Command Options

There are no options available.

Example

Running the command will display output similar to the example below:

asadmin> delete-password-alias example-alias-name
Command delete-password-alias executed successfully.

list-password-aliases

Usage

asadmin> list-password-aliases

Aim

Lists the password aliases for the domain.

Command Options

There are no options available.

Example

Running the command will display output similar to the example below:

asadmin> list-password-aliases
example-alias-name
another-example-alias
Command list-password-aliases executed successfully.

update-password-alias

Usage

asadmin> update-password-alias <alias-name>

Aim

Updates the password associated with the given alias. Passwords can also be updated non-interactively using a password file.

Command Options

There are no options available.

Example

asadmin> update-password-alias example-alias-name
Enter the alias password>
Enter the alias password again>
Encrypted password for the alias example-alias-name updated successfully
Command update-password-alias executed successfully.