AUTH::username_credential

Description

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

Syntax

AUTH::username_credential authid <string>

AUTH::username_credential authid <string>

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

Examples

when HTTP_REQUEST {
  AUTH::username_credential $asid [HTTP::username]
}