-
Notifications
You must be signed in to change notification settings - Fork 32
GSAKerberosValidation
Diagnostics utility to help identify kerberos-related configuration/setup and serving issues for the Google Search Appliance (GSA).
It is assumed the GSA Admin ran through the kerberos IWA setup for the GSA (i.e, created an account, created a DNS name, ran ktpass)
Use this script if you run into issue activating IWA on the GSA or if you get prompted by the GSA while doing a secure search. This utility will not check to see if why certain secure results are not being shown; refer to the Help Center article Troubleshooting Kerberos setup and secure searches if you need to do that.
System Requirements:
- 32-bit Windows XP, Vista, Windows 7
-
MIT Kerberos Client installed at
C:\program files\
such that klist exists at:c:\program files\mit\kerberos\bin\klist.exe
Direct link: https://raw.githubusercontent.com/google/gsa-admin-toolkit/master/gsa_win_utility.hta
- Download the gsa_win_toolkit.hta and save it to the desktop with the extension .hta. The users account running the script does not have to be an admin.
- Right click on the file, select 'Properties'. If the security setting blocks execution, select "Unblock". Depending on your desktop system security, you may not have to do this step.
- On launch, enter the following
- Fully qualified DNS A-Name of the GSA (eg gsa.yourdomain.com)
- User account for the GSA in active directory associated with the keytab. (omit the domain information. eg: just gsauser not DOMAIN\gsauser or gsauser@DOMAIN)
- Select the latest keytab
- The utility will run through about 20+ individual tests comparing the keytab/DNS/AD entry, etc. Output in green is a pass, in red is an error that the tool detected in the confiuration.
On Launch, if you see "Safety settings on this computer prohibit a data source on another domain":
- Open Internet Explorer
- Go to Tools -> Internet Options
- Select the Security tab
- Select Internet from the list of web content zones
- Drag Level to Custom
- Enable "Access data sources across domains"
- Click all OK buttons to save and close all settings related pages
- Try running the diagnostic tool again