forked from FreeRADIUS/freeradius-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
50 lines (45 loc) · 2.06 KB
/
control
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
39
40
41
42
43
44
45
46
47
48
49
50
Source: radiusd-freeradius
Build-Depends: debhelper, libltdl3-dev | libltdl0-dev, libpam0g-dev, postgresql-dev, libmysqlclient10-dev, libgdbmg1-dev, libldap2-dev, libsasl-dev, libsnmp4.2-dev, libiodbc2-dev, libkrb5-dev, libssl-dev, libtool, snmp, autoconf
Section: net
Priority: optional
Maintainer: Chad Miller <[email protected]>
Standards-Version: 3.5.7
Package: radiusd-freeradius
Architecture: any
Depends: ${shlibs:Depends}
Recommends: logrotate
Provides: radius-server
Suggests: radiusd-freeradius-ldap, radiusd-freeradius-postgresql, radiusd-freeradius-mysql, radiusd-freeradius-krb5
Description: A high-performance and highly configurable RADIUS server
A high-performance RADIUS server derived from Cistron's server, and
generally similar to Livingston's 2.0 server, with support for...
- many vendor-specific attributes
- proxying and replicating requests by any criteria
- authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM
- multiple DEFAULT configurations
- regexp matching in string attributes
and lots more.
Package: radiusd-freeradius-krb5
Architecture: any
Depends: radiusd-freeradius, ${shlibs:Depends}
Description: Kerberos module for FreeRADIUS server.
The FreeRADIUS server can use Kerberos to authenticate users, and this module
is necessary for that.
Package: radiusd-freeradius-ldap
Architecture: any
Depends: radiusd-freeradius, ${shlibs:Depends}
Description: LDAP module for FreeRADIUS server.
The FreeRADIUS server can use LDAP to authenticate users, and this module
is necessary for that.
Package: radiusd-freeradius-postgresql
Architecture: any
Depends: radiusd-freeradius, ${shlibs:Depends}
Description: PostgreSQL module for FreeRADIUS server.
The FreeRADIUS server can use PostgreSQL to authenticate users and do
accounting, and this module is necessary for that.
Package: radiusd-freeradius-mysql
Architecture: any
Depends: radiusd-freeradius, ${shlibs:Depends}
Description: MySQL module for FreeRADIUS server.
The FreeRADIUS server can use MySQL to authenticate users and do accounting,
and this module is necessary for that.