...
Numberedheadings |
---|
System PreparationInstalling the Kerberos GSSAPI client and server utilityYou now need to add the following items into the Windows Registry: trueDebuggingOption 1 - Log to lsass.log
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, start a Command Prompt session as an Administrator: Click Start, All Programs, Accessories. Right-click the Command Prompt entry, select Run as administrator. You may be prompted to confirm whether you want to allow the program to make changes to the computer. Choose Yes. Run the following command from the command prompt to start gathering trace information: powershellOnce you've performed the actions you wish to debug, stop this by issuing the following command: powershellNow run the following common to create the trace log for you to look at. powershellIf 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
RedHat, CentOS or Scientific LinuxOn RedHat, CentOS or Scientific Linux, install the Kerberos GSSAPI utilities by running the following command: Debian or UbuntuOn Debian or Ubuntu, install the Kerberos GSSAPI utilities by running the following command: TroubleshootingTo troubleshoot a GSSAPI connection, you require two separate terminals. Window 1 - As root
Window 2 - As your test user
GSS OutputAfter selecting your identity, you should now see output in both windows. Successful output
Failed outputIf the GSSAPI connection failed, you may see one or more errors in either window.
Now you will need to diagnose why the error occurred. |