1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libauthen-radius-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-hexdump-perl <!nocheck>,
libnet-ip-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-radius-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-radius-perl.git
Homepage: https://metacpan.org/release/Authen-Radius
Rules-Requires-Root: no
Package: libauthen-radius-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdata-hexdump-perl,
libnet-ip-perl
Description: module to authenticate users using RADIUS
Authen::Radius is a Perl module that supports authentication of credentials
against a RADIUS database. It also permits retrieval and modification of a
user's settings. Name/value attribute pairs are automatically translated by
the loaded dictionary.
|