...
Numberedheadings | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Configuration ToolsThe Moonshot SSP ships with two tools for configuring the SSP. One is a GUI, and one a CLI. These tools allow you to:
The GUI - msetupgui.exeThe default location for the SSP setup GUI is To set the options as documented in Section 2, simply click to turn them on and off. Note that all settings require a reboot to take effect. The CLI - msetup.exeThe SP setup CLI is located at To set the options as documented in Section 2, run the msetup tool in a command prompt with the appropriate flags. Note that all settings require a reboot to take effect. Main configuration optionsYou can use either tool to set any of the options below.
Configure the connection to your Moonshot RP ProxyYour Moonshot SSP needs to connect to a local Moonshot RP Proxy in order to authenticate remote users. To do so, you can either use the GUI or the CLI, whichever you prefer. Adding a connection to a Moonshot RP Proxy consists of two steps - configuring the basic details for the Moonshot RP Proxy, then configuring whether to use a RADIUS or a RadSec connection. Basic Connection DetailsUsing the GUIIn the msetupgui.exe window, you will find an "Add Server" button. Click on this and a dialogue will pop up asking you to enter some information. Fill it in as follows:
Using the CLIIn a command prompt, issue the following command: For a server located at 123.123.123.123, listening on port 1812 with a secret of "sharedsecret" you would run a command as follows: Configuring RADIUS or RadSecYour Moonshot libraries will need connect to a Moonshot RP Proxy. This can be a RADIUS or a RadSec connection. If you are unsure which to use, then RadSec is recommended as it is more flexible and more secure. It is slightly more complex to set up, however. RadSecUsing the GUITo configure a RadSec connection, make sure the "TCP" option is selected in the Dropdown at the top left of the msetupgui.exe window. Instructions on configuring certs in the SSP GUI
Using the CLIInstructions on configuring certs in the SSP CLI RADIUSUsing the GUITo configure a RADIUS connection, simply make sure the "UDP" option is selected in the Dropdown at the top left of the msetupgui.exe window. Using the CLINeed to check how to do this... Add account mappingsBefore doing any of the following, make sure you've read the When a user authenticates via moonshot, their remote identity (their NAI) must be mapped to an existing account on the Windows machine. If the machine is a standalone machine, this should be a local account; if the machine is a member of an AD domain then it should be a domain account. Mapping to a local accountUsing the GUI
Using the CLI
To map a user with an incoming NAI of "johnsmith@example.com" to a local account of "johns" you would run a command as follows Mapping to an AD domain accountTo map to an AD account, you need to edit that account's attribute called "AltSecurityIdentities". Add a value of "EAP:[NAI]" to map an incoming user to that particular account. E.g. a value of "EAP:johnsmith@example.com" on a domain account of "DOMAIN\johns" Tidy this last section up and add screenshot |