Table Of Contents
Distribution Package Examples
High-level Descriptions
File Listings
Distribution Package Examples
Following are examples of valid .xml distribution package files from typical enterprise environments. The file listings are augmented with crossreferences to the features indicated in the high-level descriptions. The file, sscAdminGuideExXml.zip, also distributed in the SSCAdminUtils zip file, contains all of these examples as individual .xml files, for a convenient starting point and easy text editing.
Note
In all of the examples, the license string is functionally invalid. Replace with one appropriate to your application.
High-level Descriptions
•
Example B-1—Illustrates only the base elements of a distribution package. No networks are defined in this example. (Use Example B-1.)
•
Example B-2—illustrates the addition of minimal, nonauthenticating, open (1) Wi-Fi and (2) wired networks. (Use Example B-2.)
•
Example B-3—Illustrates (1) a nonauthenticating, WPA personal Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) WPA-Personal association with TKIP encryption
Such a network would be applicable to any corporate-supplied home equipment (where you configure the key) that your end-user might have for connecting to your enterprise network remotely. (Use Example B-3.)
Note
Any of the following authenticating Wi-Fi network definitions can be extracted and used in a wired authenticating network by removing the associationMode element. Extract the following:
<authenticationNetwork>
Retain otherwise: .....
Remove this: <associationMode>...</associationMode>
</authenticationNetwork>
•
Example B-4—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) machine/user connection context
–
(3) user password credentials obtained from an initial, one-time prompt
(4) machine password obtained automatically from the MS Active Directory setup
–
(5) single, tunneled EAP method
–
(6) server certificated validation based on release 4.0 functionality
(Use Example B-4.)
•
Example B-5—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) machine/user connection context
–
(3) user password credentials obtained from the operating system (single-signon)
(4) machine credential obtained automatically from the MS Active Directory setup
–
(5) multiple, tunneled EAP methods
–
(6) server certificate validation based on multiple authentication server rules and release 4.1 (7) CA certificate deployment support
(Use Example B-5.)
•
Example B-6—Illustrates (1) an authenticating, Wi-Fi network with the following properties:
–
Novell domain compatible network
–
(2) user connection context
–
(3) user password credentials obtained from the OS (single-signon)
–
(4) single, tunneled EAP method
–
(5) server certificate validation based on release 4.0 functionality
(Use Example B-6.)
•
Example B-7—Illustrates (1) an authenticating, Wi-Fi network with the following properties:
–
(2) machine connection context
–
(3) machine credentials obtained from release 4.1 static credential support
–
(4) single, tunneled EAP method
–
(5) server certificate validation based on release 4.0 functionality
(Use Example B-7.)
•
Example B-8—Illustrates (1) an authenticating, Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) user client certificate credentials obtained from a smartcard
–
(4) TLS EAP method
–
(5) server certificate validation based on release 4.0 functionality
(Use Example B-8.)
•
Example B-9a—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) user password credentials obtained from an initial, one-time prompt
–
(4) EAP-FAST-GTC method (autonomous, authenticated PAC provisioning)
–
(5) server certificate validation for PAC provisioning based on release 4.0 functionality
(Use Example B-9a.)
•
Example B-9b—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) user password credentials obtained from an initial, one-time prompt
–
(4) EAP-FAST-GTC method (autonomous, unauthenticated PAC provisioning)
–
(5) server AID validation for PAC provisioning based on release 4.0 functionality
(Use Example B-9b.)
•
Example B-9c—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) user password credentials obtained from an initial, one-time prompt
–
(4) FAST EAP-MSCHAPv2 method with release 4.1 manual PAC provisioning support
(Cisco ACS server configured for no autonomous PAC provisioning.)
–
(5) no server validation
(Use Example B-9c.)
•
Example B-10—Illustrates (1) an authenticating Wi-Fi network with the following properties:
–
(2) user connection context
–
(3) user password credentials obtained from new release 4.1 static credential support
–
(4) single, tunneled EAP method
–
(5) server certificate validation based on release 4.0 functionality
(Use Example B-10.)
•
Example B-11—Illustrates (1) a wired-only version with the following properties:
–
(2) preset end-user version
–
(3) authenticating network only
–
(4) machine and user connection context
–
(5) FAST EAP method only
–
(6) server certificate validation
(Use Example B-11.)
File Listings
Example B-1
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-2
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wired Network</displayName>
<openNetworkMachineConnection/>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<openNetworkUserConnection>
<autoConnect>true</autoConnect>
</openNetworkUserConnection>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-3
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
<ascii encrypt="true">mySecret</ascii>
<encryption>TKIP</encryption>
<autoConnect>true</autoConnect>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-4
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
(2) <machineUserAuthentication>
<unprotectedIdentityPattern>host/anonymous</unprotectedIdentityPattern>
<protectedIdentityPattern>host/<fqhn></protectedIdentityPattern>
<connectBeforeLogon>true</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(6) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
</machineUserAuthentication>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-5
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="21">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
(2) <machineUserAuthentication>
<unprotectedIdentityPattern>host/anonymous</unprotectedIdentityPattern>
<protectedIdentityPattern>host/<fqhn></protectedIdentityPattern>
<connectBeforeLogon>true</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>false</protectClientCertificate>
</machineUserAuthentication>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<matchSubjectAlternativeName name="Cert Rule 3"
match="endsWith">myCorp2.net</matchSubjectAlternativeName>
<caReference>E:\path\CaCertFile</caReference>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-6
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>true</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(5) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-7
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
(2) <machineAuthentication>
(3) <unprotectedIdentityPattern>anonymous</unprotectedIdentityPattern>
(3) <protectedIdentityPattern>machineName</protectedIdentityPattern>
(3) <staticPassword encrypt="true">machineSecret</staticPassword>
<validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-8
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>false</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(5) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
(3) <smartCardOnlyCertificate/>
<validateServerIdentity>true</validateServerIdentity>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-9a
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>false</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(5) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-9b
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>false</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(5) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<trustedServerId name="PAC AID Rule 1">
<aIdReference>E:\path\pacRefFile</aIdReference>
<secretKey>1234</secretKey>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-9c
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
(5) <allowUserValidationControl/>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>false</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
<pacReference encrypt="true">E:\path\pacFile</pacReference>
<secretKey encrypt="true">pacPassword</secretKey>
(5) <validateServerIdentity>false</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-10
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes>
<!--shared key network-->
<!--authenticating network-->
<!--legacy WEP shared key and authenticating networks-->
</allowedAssociationModes>
<allowUserTrustedServers>true</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wi-Fi Network</displayName>
<associationRetries>3</associationRetries>
<beaconing>true</beaconing>
(1) <authenticationNetwork>
<connectBeforeLogon>false</connectBeforeLogon>
(3) <unprotectedIdentityPattern>anonymous@engr.myCompany.com</unprotectedIdentityPattern>
(3) <protectedIdentityPattern>userName</protectedIdentityPattern>
(3) <staticPassword encrypt="true">userSecret</staticPassword>
(5) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<wpa-Enterprise>TKIP</wpa-Enterprise>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>true</validateWpaHandshake>
<clientUIType>configurable</clientUIType>
<allowLicensing>false</allowLicensing>
Example B-11
<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="..\distributionPackage.xsd" major_version="4" minor_version="2">
<license>T244-YKGP-UMG5-Y2F2-5KMH-5OYX-DAR4-POND-52Z5-MHJZ-3LOD-SLYL-U5YA-IUKU-M3TC-JNO7-3MEM-LGAA</license>
<allowedAssociationModes></allowedAssociationModes>
<allowUserTrustedServers>false</allowUserTrustedServers>
</serverValidationPolicy>
<allowUserSimultaneousConnectionsControl>false</allowUserSimultaneousConnectionsControl>
<allowedCredentialStorage>
</allowedCredentialStorage>
<allowUserWpaHandshakeValidationControl>false</allowUserWpaHandshakeValidationControl>
<allowPublicProfileCreation>false</allowPublicProfileCreation>
<allowedClientCertificates>
</allowedClientCertificates>
<displayName>My Corporate Wired Network</displayName>
(3) <authenticationNetwork>
(4) <machineUserAuthentication>
<unprotectedIdentityPattern>host/anonymous</unprotectedIdentityPattern>
<protectedIdentityPattern>host/<fqhn></protectedIdentityPattern>
<connectBeforeLogon>true</connectBeforeLogon>
<unprotectedIdentityPattern>anonymous@<domain></unprotectedIdentityPattern>
<protectedIdentityPattern><username></protectedIdentityPattern>
(6) <validateServerIdentity>true</validateServerIdentity>
<enableFastReconnect>true</enableFastReconnect>
<protectClientCertificate>true</protectClientCertificate>
</machineUserAuthentication>
<matchSubjectAlternativeName name="Cert Rule 1"
match="endsWith">myCorp.com</matchSubjectAlternativeName>
<matchSubjectName name="Cert Rule 2" match="exactly">My
Corporation</matchSubjectName>
<interactiveAuthenticationRetries>4</interactiveAuthenticationRetries>
<nonInteractiveAuthenticationRetries>4</nonInteractiveAuthenticationRetries>
<simultaneousConnections>singleHomed</simultaneousConnections>
<validateWpaHandshake>false</validateWpaHandshake>
(2) <clientUIType>preset</clientUIType>
<allowLicensing>false</allowLicensing>