ltm rule command AUTH username credentialΒΆ

iRule(1)						BIG-IP TMSH Manual						  iRule(1)

AUTH::username_credential
       Sets the username credential to a string. for a future AUTH::authenticate call.

SYNOPSIS
       AUTH::username_credential AUTH_ID 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.

       AUTH::username_credential authid 

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

RETURN VALUE
VALID DURING
EXAMPLES
	when HTTP_REQUEST {
	  AUTH::username_credential $asid [HTTP::username]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the command.

BIG-IP							    2022-04-12							  iRule(1)