ltm rule command AUTH password credentialΒΆ

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

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

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

       AUTH::password_credential authid 

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

RETURN VALUE
VALID DURING
       HTTP_REQUEST, HTTP_REQUEST_DATA

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

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

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