mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
|
check_kerb.sh is a simple way of checking kerberos login using a configured
|
||
|
kerberos host (/etc/krb5.conf)
|
||
|
|
||
|
Usage: check_kerb.sh <username> <password>
|
||
|
|
||
|
Can use default realm like this:
|
||
|
check_kerb.sh tommi mypass
|
||
|
|
||
|
or with realm:
|
||
|
check_kerb.sh tommi@OK mypass
|