1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libauthen-krb5-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9), perl, libkrb5-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>, Xavier Oswald <xoswald@debian.org>,
Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Authen-Krb5-Simple/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-krb5-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-krb5-simple-perl.git
Package: libauthen-krb5-simple-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module for authentication using Kerberos 5
Authen::Krb5::Simple is a Perl module that provides a way to authenticate a
username/password combination using Kerberos 5. Simply use this module and
call its authentication function (or user@KRB_REALM) and a password.
|