The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Authen::Krb5"

Authen::Krb5 - XS bindings for Kerberos 5 River stage one • 3 direct dependents • 3 total dependents

"Authen::Krb5" is an object oriented interface to the Kerberos 5 API. Both the implementation and documentation are nowhere near complete, and may require previous experience with Kerberos 5 programming. Most of the functions here are documented in d...

IOANR/Authen-Krb5-1.905 - 04 Dec 2017 20:30:58 UTC

Authen::Krb5::KDB - Parse Kerberos V5 database dumps River stage zero No dependents

Constructor and methods to parse Kerberos V5 database files, either directly from kerberos (via kdb5_util) or from already dumped files (e.g. slave_datatrans). new() Open the database file and return a new database object. You can either read from a ...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::Easy - Simple Kerberos 5 interaction River stage zero No dependents

This allows simple access to getting kerberos 5 ticket granting tickets using a keytab file....

SCHALLEE/Authen-Krb5-Easy-0.90 - 18 Apr 2002 16:41:54 UTC

Authen::Krb5::Admin - Perl extension for MIT Kerberos 5 admin interface River stage zero No dependents

The Authen::Krb5::Admin Perl module is an object-oriented interface to the Kerberos 5 admin server. Currently only MIT KDCs are supported, but the author envisions seamless integration with other KDCs. The following classes are provided by this modul...

SJQUINNEY/Authen-Krb5-Admin-0.17 - 20 Feb 2013 13:31:25 UTC

Authen::Krb5::KDB_H - Kerberos V5 Database Constants River stage zero No dependents

This module allows access to the KRB5_* constants in Kerberos source file include/krb5/kdb.h. Nothing is exported by default so you either need to export the constants you need or use on the following Export Tags: :Attributes KRB5_KDB_DISALLOW_POSTDA...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::Simple - Basic user authentication using Kerberos 5 River stage one • 3 direct dependents • 3 total dependents

The "Authen::Krb5::Simple" module provides a means to authenticate a user/password using Kerberos 5 protocol. The module's authenticate function takes a username (or user@kerberos_realm) and a password, and authenticates that user using the local Ker...

DSTUART/Authen-Krb5-Simple-0.43 - 08 Jan 2012 14:29:19 UTC

Authen::Krb5::KDB::V3 - objects for Kerberos V5 database V3 principals River stage zero No dependents

new( data => "..." ) Parses version 3 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...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::KDB::V4 - objects for Kerberos V5 database V4 principals and policies River stage zero No dependents

new( data => "..." ) Parses version 4 principal and policy entries and returns the data via an object. Calls either "new_princ" or "new_policy" depending on the data. Arguments are: data => <string> Data to be parsed. This argument is required. check...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::KDB::V5 - objects for Kerberos V5 database V5 principals and policies River stage zero No dependents

new( data => "..." ) Parses version 5 principal and policy entries and returns the data via an object. Calls either "new_princ" or "new_policy" depending on the data. Arguments are: data => <string> Data to be parsed. This argument is required. check...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::KDB::TL - objects for Kerberos V5 database TL data River stage zero No dependents

Generally the constructor is only used internally within other KDB modules. new() type (*read only*) length (*read only*) contents parse_contents Parse hexadecimal contents and return as a string of the form "Date: mod_name\@"....

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::KDB::V2 - objects for Kerberos V5 database V2 principals River stage zero No dependents

new( data => "..." ) 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...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::KDB::Key - objects for Kerberos V5 database Key data River stage zero No dependents

Generally this functions are only used internally within other KDB modules. new() version kvno next_data() type (*read only*) length (*read only*) contents parse_contents Parse hexadecimal contents and return as a string....

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5::Effortless - This module is a subclass to Authen::Krb5, adding 'Effortless' ways to authenticate against a Kerberos Domain Controller. River stage zero No dependents

Authen::Krb5::Effortless is more then a 'Simple' module, as it supports both pass-phrase and key-tab based authorization....

AFARIS/Authen-Krb5-Effortless-0.02 - 27 Mar 2013 01:44:42 UTC

Authen::Krb5::KDB::Utils - utility functions for Kerberos V5 database modules River stage zero No dependents

Generally this functions are only used internally within other KDB modules. strdate( DATE ) Return localtime-format date in readable format similar to dates used in kadmin. check_length( LENGTH, DATA ) Function to compare various length fields with t...

DKS/Authen-Krb5-KDB-0.09 - 10 Oct 2002 14:32:08 UTC

Authen::Krb5Password - Perl extension for Kerberos 5 password verification River stage zero No dependents

This module provides a Perl function to perform password verification using Kerberos 5. It is intended for use by applications that cannot use the Kerberos protocol directly. If it must be run on a system that receives a username and password over th...

SHUQUE/Authen-Krb5Password-1.03 - 10 Apr 2007 03:55:19 UTC

Authen::Passphrase - hashed passwords/passphrases as objects River stage two • 14 direct dependents • 30 total dependents

This is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually ...

ZEFRAM/Authen-Passphrase-0.008 - 04 Feb 2012 14:08:39 UTC

Authen::Simple::Kerberos - Simple Kerberos authentication River stage zero No dependents

Kerberos authentication....

CHANSEN/Authen-Simple-Kerberos-0.1 - 04 Jan 2006 00:26:01 UTC
17 results (0.031 seconds)