Open Source Kerberos Tooling
Overview
Source
KNC
Kharon
krb5_admin
krb5_keytab
k5ping
lnetd
prefork

NAME

Krb5Admin::Krb5Host::Client - remotely manipulate a Kerberos host

SYNOPSIS

        use Krb5Admin::Krb5Host::Client;

        my $kmdb = Krb5Admin::Krb5Host::Client->new();

DESCRIPTION

CONSTRUCTOR

new(HOST, OPTS)

Creates a new "Krb5Admin::Krb5Host::Client" object connected to HOST. OPTS is a hash which can contain:

port

the port on the host to which to connect. This may be specified as either an integer or as a string which is looked up in the services map.

METHODS

All of the user-visible methods are inherited from Krb5Admin::Krb5Host and are documented there as well.

SEE ALSO

Krb5Admin::Krb5Host