|
Authen::Krb5::KDB::Utils - utility functions for Kerberos V5 database modules |
Authen::Krb5::KDB::Utils - utility functions for Kerberos V5 database modules
use Authen::Krb5::KDB::Utils;
print strdate($principal->last_success()), "\n";
if (check_length($principal->e_length, $principal->e_data) {
carp "principal e_data length field not ok";
}
Generally this functions are only used internally within other KDB modules.
Dave Steiner, <steiner@bakerst.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.
perl(1), kerberos(1), Authen::Krb5::KDB, Authen::Krb5::KDB::V3.
|
Authen::Krb5::KDB::Utils - utility functions for Kerberos V5 database modules |