Panel | |
---|---|
Debugging the Windows Moonshot SSP can be a tricky task. There are three potential ways to do it. This page presents each of them, in order of increasing difficulty. Contents
|
...
Numberedheadings |
---|
System PreparationTurning on DebugBefore you use any of the three methods, the first task it to load the Moonshot configuration GUI (usually located in Setting the RegistryYou now need to add the following items into the Windows Registry: DebuggingOption 1 - Log to lsass.logAfter doing the preparation steps above, reboot the machine. SSP debug logging should now appear in C:\WIndows\System32\lsass.log. The lines relevant to the Moonshot SSP begin with "EAP-SSP" (before v1.1.135), or "EapSSP" (v1.1.135 or later). This option is probably the easiest way to view the debug logging from the Moonshot SSP. Option 2 - Gather trace informationIf you just wish to see the Moonshot SSP logging in its own file, this option may be the best. Once you have performed the above preparation work , run, start a Command Prompt session as an Administrator:
If you just wish to see the Moonshot SSP logging in its own file - so that you don't have to sift through other non-relevant logs, this option may be the best. Option 3 - Using DebugView
|