Specifications
B-27
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
Manifest File Structure and Syntax
• user
The user attribute is optional and identifies the secure login used for host access.
• userDomainName
See the “item” section on page B-28 for a description of this attribute.
• uuencoded
The uuencoded attribute is optional. If set to true, the password is not encoded. The uuencoded
attribute default setting is false.
Subelements
None
proxyServer
The <proxyServer> tag specifies proxy server information. The <proxyServer> tag must be located at
the top level of the Manifest file, directly under the <CdnManifest> tag; it cannot be used as a subtag of
any other tags, as shown in this example:
<CdnManifest>
<proxyServer>
...
</CdnManifest>
</proxyServer>
Attributes
• disableBasicAuth
The disableBasicAuth attribute is optional; if specified, basic authentication is disabled.
• ntlmUserDomain
The ntlmUserDomain attribute is optional and specifies the user domain name for NTLM
authentication.
• password
The password attribute is optional and identifies the password for the user account that is required
to access the proxy server.
• port
The port attribute is optional and specifies the proxy port.
• serverName
The serverName attribute is required and identifies the domain name or IP address of the proxy
server.
• user
The user attribute is optional and identifies the secure login used for proxy authentication.
• uuencoded
The uuencoded attribute is optional and designates whether the password is to be encoded.
Subelements
None