Previous Topic: CONNECTIONDOMAIN Statement—Specify a Domain for NTLM Connection AuthenticationNext Topic: CONNECTIONUSER Statement—Specify a User Name for Connection Authentication


CONNECTIONORIGIN Statement—Specify an Origin Host Name for NTLM Connection Authentication

The CONNECTIONORIGIN statement specifies the origin host name for NTLM connection authentication in an HTTP job. If you omit this statement, the origin defaults to the computer name where the agent is running.

Supported Job Type

This statement is optional for the HTTP job type.

Syntax

This statement has the following format:

CONNECTIONORIGIN origin_host
origin_host

Specifies the origin host name for NTLM connection authentication.

Limits: Up to 1024 characters; case-sensitive

Note: Enclose values that contain delimiters (such as spaces) in double quotation marks.

Example: Specify Connection Domain and Origin for NTLM Authentication

This example performs an HTTP query using the HTTP GET method. The output of the invocation is returned in the job's spool file. In this example, the job specifies the connection domain and origin for NTLM authentication, overrides the global proxy defaults specified in the agentparm.txt file, and specifies the user and BASIC, DIGEST, and NTLM protocols for web server authentication.

AGENT APPAGENT
INVOCATIONTYPE GET
SERVLET_URL http://host.example.com/protected IGNORE
CONNECTIONORIGIN host.example.com    
CONNECTIONDOMAIN windows_domain  
AUTHORDER (BASIC, DIGEST, NTLM)
CONNECTIONUSER user1
PROXYDOMAIN http://host.domain.proxy   
PROXYHOST proxy.example.com 
PROXYORIGIN http://host.origin.proxy
PROXYPORT 90
PROXYUSER user01 domain(mydomain)