1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: openvpn-auth-radius
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.2.1
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13), libgcrypt20-dev
Homepage: https://www.nongnu.org/radiusplugin/
Vcs-Browser: https://salsa.debian.org/debian/openvpn-auth-radius
Vcs-Git: https://salsa.debian.org/debian/openvpn-auth-radius.git
Package: openvpn-auth-radius
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, openvpn (>= 2)
Description: OpenVPN RADIUS authentication module
A plugin for OpenVPN 2.x that implements authentication of users against a
RADIUS server. It features:
* RADIUS authentication and accounting support for OpenVPN
* analysis of RADIUS attributes:
o framed ip address
o framed routes
o acct interim interval
o vendor specific attributes by additional scripts
|