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::Keytab - A Kerberos 5 keytab

Author

       Jeff Horwitz <jeff@smashing.org>

Methods

add_entry(entry)
       Adds entry to the keytab.

   remove_entry(entry)
       Removes entry from the keytab.

   get_name()
       Returns the name of the keytab.

   "get_entry(principal[,kvno,enctype])"
       Returns an Authen::Krb5::KeytabEntry object representing an entry in the keytab matching principal and
       optionally kvno and enctype.

   start_seq_get()
       Returns a cursor that can be passed to <next_entry() to read in turn every key in the keytab.

   next_entry(cursor)
       Returns the next entry in the keytab as an Authen::Krb5::KeytabEntry object.

   end_seq_get(cursor)
       Perform cleanup opreations after next_entry() and invalidates cursor.

Name

       Authen::Krb5::Keytab - A Kerberos 5 keytab

Version

       version 1.906

See Also