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

NAME

Krb5Admin::Local - locally manipulate a Kerberos DB

SYNOPSIS

        use Krb5Admin::Local;

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

DESCRIPTION

CONSTRUCTOR

new(%ARGS)

Creates a new "Krb5Admin::Local" object. The %ARGS are passed directly to Krb5Admin::KerberosDB without modification.

METHODS

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

SEE ALSO

Krb5Admin