[ANNOUNCE] Authen::Krb5::KDB 0.05 released
Dave Steiner
steiner at bakerst.rutgers.edu
Wed Mar 20 11:52:40 EST 2002
Version 0.05 of the module Authen::Krb5::KDB has been released to
CPAN. This is an alpha release so all suggestions are welcome. The
README document is attached below.
Please note that the name has changed from previous versions from
Krb5::KDB to Authen::Krb5::KDB. This was done to (1) not create a new
top-level within the CPAN archive, and (2) to be consistant with
already existing Authen::Krb5:: modules.
You can install this either by using the the CPAN shell:
perl -MCPAN -e 'install("Authen::Krb5::KDB")'
or by using your web browser and pointing it to the CPAN search
engine:
http://search.cpan.org/search?module=Authen::Krb5::KDB
--- README ---
Authen::Krb5::KDB is a set of perl modules to read and parse Kerberos
V5 dump files. Currently it supports Version 3, 4 and 5 dump files.
This is an alpha release of this module so the interface could change.
If you have any suggestions, problems, or comments please email me at
the address below.
You install the library by running these commands:
perl Makefile.PL
make
make test
make install
The module KDB_H.pm is generated via the script gen_kdb_h.plx but
since it requires the Kerberos sources to be available it's not run
automatically from the Makefile. The module in this distribution is
build from Kerberos Version 1.2.4 and should work on any older
versions. If you want to rebuild the KDB_H.pm module, run the
following command with the appropriate path to your Kerberos sources:
perl gen_kdb_h.plx /my/sources/krb5-1.2.4/src
The following modules are required:
Carp
POSIX
Please report any bugs/suggestions to <steiner at td.rutgers.edu>
Copyright (c) 2002 David K. Steiner. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
--
Dave Steiner steiner at bakerst.rutgers.edu
Network Systems and Services, Telecommunications Division
Rutgers University Computing Services, Rutgers University
More information about the Kerberos
mailing list