ltm rule event ECA REQUEST ALLOWEDΒΆ

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



ECA_REQUEST_ALLOWED
       Indicates a successful ECA event

DESCRIPTION
       Fired when ECA plugin successfully authenticates and is about to
       forward the request to upper chain. Since NTLM is authenticating the
       flow, the subsequent requests within the flow fires the same event as
       well.

Examples
	when ECA_REQUEST_ALLOWED {
	    log local0. "username:	[ECA::username]"
	    log local0. "domainname:	[ECA::domainname]"
	    log local0. "hostname:	[ECA::client_machine_name]"
	    log local0. "status:	[ECA::status]"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.3.0 --First introduced the event.



BIG-IP				  2017-01-31			      iRule(1)