| Authen-Krb5-KDB documentation | view source | Contained in the Authen-Krb5-KDB distribution. |
Authen::Krb5::KDB::V2 - objects for Kerberos V5 database V2 principals
Generally you won't load this library or call it's new methods directly.
See Authen::Krb5::KDB for more information.
use Authen::Krb5::KDB::V2;
$p = Authen::Krb5::KDB::V2->new( data => "..." );
[XXX]
Parses version 2 principal entries and returns the data via an object.
Calls new_princ to do the work.
Arguments are:
data => <string>
Data to be parsed. This argument is required.
checks => <level>
Data checking level. Level 0 means no checks; level 1 (the default) does basic checks like checking that the lengths in the records are correct; level 2 does much further consistency checks on the data.
lineno => <N>
Line number of the data file where this data came from (for error messages).
Parses version 2 principal entries and returns the data via an object.
Arguments are:
data => <string>
Data to be parsed. This argument is required.
checks => <level>
Data checking level. Level 0 means no checks; level 1 (the default) does basic checks like checking that the lengths in the records are correct; level 2 does much further consistency checks on the data.
lineno => <N>
Line number of the data file where this data came from (for error messages).
Methods to retrieve and set data fields are:
[These methods are not implemented yet for V2.]
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_H.
| Authen-Krb5-KDB documentation | view source | Contained in the Authen-Krb5-KDB distribution. |