AUTH::password_credential

Description

Sets the password credential to the specified string for a future AUTH::authenticate call. This command returns an error if attempted for a standby system.

Syntax

AUTH::password_credential authid <string>

AUTH::password_credential authid <string>

  • Sets the password credential to the specified string for a future AUTH::authenticate call.

Examples

when HTTP_REQUEST {
  AUTH::password_credential $auth_id [HTTP::password]
}