; ; SecureW2.inf -- SecureW2 Pre-Configuration File ; ; Manufacturer: SecureW2 B.V. ; [Version] Signature = "$Windows NT$" Provider = "SecureW2" Config = 7 ; ; Global configuration ; ; Startup wired zero config before installing ; values: AUTO|NORMAL ; AUTO: will start the device and change the startup type to automatic ; NORMAL: will start the service, but will not change the startup type ;[DOT3SVC] ;Startup = AUTO ;Restart = TRUE ; Startup wireless zero config before installing ; values: AUTO|NORMAL ; AUTO: will start the device and change the startup type to automatic ; NORMAL: will start the service, but will not change the startup type [WZCSVC] Startup = AUTO ;Restart = TRUE ; ; Install certificates ; [Certificates] ; ; Certificate.0 points server certificate, will be installed in local "MY" store ; Certificate.n points to a sub or root ca, will be installed in local "ROOT" store ; ; ; SSID configuration ; The SSID configuration must start with SSID.1 and then continue with SSID.2, ; SSID.3 and so forth. Authentication parameters here are for the "outer" ;authentication. ; [SSID.1] Name = "SECUREW2" Profile = "RSA" ; Configuration options for connection, if not defined it will default to: AuthenticationMode = "WPA" EncryptionType = "TKIP" ConnectionMode = "auto" ConnectionType = "ESS" NonBroadcast = "true" UseComputerCredentials= "false" UseGuestCredentials = "false" AutoSwitch = "false" EAPType = 25 ; PEAP ; ; For more info on the connection values please see the following link: ; ; http://msdn2.microsoft.com/en-us/library/ms706965.aspx ; ; Profile configuration ; ; The Profile configuration must start with Profile.1 and then continue with ; Profile.2, Profile.3 and so forth ; [Profile.1] Name = "RSA" Description = "Enter your username and passcode (pin + token):" AltPasswordStr = "Passcode:" ; ; Connection ; UseSessionResumption = TRUE ; ; Certificates ; VerifyServerCertificate = TRUE ServerName = securew2.com TrustedRootCA.0 = 627f8d7827656399d27d7f9044c9feb3f33efa9a ; ; Authentication (inner) ; AuthenticationMethod = EAP EAPtype = 6 ; SecureW2 (EAP-GTC) ; ; User Account ; ; To ask the user for credentials during startup use the following example: ; ; Advanced ; [Profile.1.GTC] UseCredentialsUserInterface = TRUE