Kerberos test

If you have information, script, utility, or idea that can be useful for HostMonitor community, you welcome to share information in this forum.
Post Reply
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Kerberos test

Post by KS-Soft »

KerberosCheck utility available at
www.ks-soft.net/download/utils/kerberoscheck.zip
This is command line utility that can be used with Shell Script test method
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell

There are 3 mandatory command line parameters:
-host:<host_name>
-realm:<realm>
-account:<account_name>
and 2 optional parameters:
-port:<port>
-timeout:<timeout>

Parameters:
-host : Kerberos server name or IP address
-port : UDP port number used by the Kerberos server. Default port: 88
-realm : The Realm for which the target server is authoritative.
-account : The account name in target server's Authentication Realm
-timeout : Communication timeout (msec). Default value: 5000 msec

Examples:
kerberoscheck -host:localhost -realm:PDC.COM -account:maintainer
kerberoscheck -host:192.168.1.1 -port:88 -realm:PDC.COM -account:maintainer
kerberoscheck -host:10.10.0.1 -timeout:1000 -realm:PDC.COM -account:maintainer

Regards
Alex
Post Reply