logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Authen::Krb5::KeytabEntry - Entry in a Kerberos Keytab

Author

       Jeff Horwitz <jeff@smashing.org>

Methods

"new(principal,kvno,keyblock)"
       Create a new Authen::Krb5::KeytabEntry object from an Authen::Krb5::Principal object, a key version
       number, and an Authen::Krb5::Keyblock object.

   "principal"
       An Authen::Krb5::Principal object representing the principal contained in the entry.

   "timestamp"
       The timestamp of the entry.

   "kvno"
       The key version number of the key contained in the entry.

   "key"
       An Authen::Krb5::Keyblock object representing a copy of the keyblock contained in the entry.

Name

       Authen::Krb5::KeytabEntry - Entry in a Kerberos Keytab

Version

       version 1.906

See Also