Discover Packages
github.com/billgraziano/mssqlh
cmd
testkerb
command
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 22, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
TestKerb
This is a simple utility to see if KERBEROS connectivity is working. It's also pretty good at general connectivity testing.
It reads from servers.txt
or the command-line for servers to test.
It uses the driver at https://github.com/denisenkom/go-mssqldb .
It expects servers.txt
file to include raw connection strings in that format. Samples are provided.
Alternatively, you can provide connection strings on the command-line. Provide them space separated:
testkerb.exe sqlserver://host/instance1 sqlserver://host/instance2
Parameters
-app string
sets the application name (default "testkerb")
-debug
enables debug messages
-file string
file with list of servers (default "servers.txt")
-log string
see github.com/denisenkom/go-mssqldb
Setting -app ""
will omit the application name.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.