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 31 32 33 34 35 36 37 38
|
Source: eurephia
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
libsqlite3-dev,
libssl-dev,
libxml2-dev,
libxslt1-dev,
openvpn (>=2),
pkg-config,
Standards-Version: 4.6.1
Homepage: http://www.eurephia.net/
Vcs-Git: https://salsa.debian.org/debian/eurephia.git
Vcs-Browser: https://salsa.debian.org/debian/eurephia
Package: eurephia
Architecture: any
Depends:
openvpn (>=2),
${misc:Depends},
${shlibs:Depends},
Recommends:
sqlite3,
Description: flexible OpenVPN authentication module
This plug-in enhances OpenVPN by adding user name and password authentication.
An eurephia user account is a combination of minimum one OpenVPN SSL
certificate and a user name with a password assigned. It is also possible to
setup several eurephia user names to use a shared OpenVPN certificate.
.
In addition, eurephia will blacklist IP addresses, certificates and user names
on too many failed attempts and it supports dynamic update of iptables rules
which restricts network access per connection.
.
All information is stored in a database and all changes to the accounts will
be effective immediately. At the moment eurephia supports the SQLite database.
|