ltm rule command ECA selectΒΆ

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

ECA::select
       Selects NTLM authentication configuration name

SYNOPSIS
DESCRIPTION
       ECA::select is to select NTLM authentication configuration used when enforcing
	NTLM authentication for this particular connection.  Syntax

       ECA::select select_ntlm:$static::ntlm_config

RETURN VALUE
VALID DURING
EXAMPLES
	when HTTP_REQUEST {
	    if { [HTTP::path] starts_with "/protected_uri" } {
		ECA::enable
		ECA::select select_ntlm:/Common/exch_ntlm_auth_config
	    } else {
		ECA::disable
	    }
	    log local0. "User [ECA::username]@[ECA::domainname], Client Machine [ECA::client_machine_name], Auth Status [ECA::status]"
	}

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

BIG-IP						      2020-06-23					     iRule(1)