Preparing for 0.5+cvs20020408 release.
[freeradius.git] / debian / control
1 Source: radiusd-freeradius
2 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
3 Section: non-US/main
4 Priority: optional
5 Maintainer: Chad Miller <cmiller@debian.org>
6 Standards-Version: 3.2.1
7
8 Package: radiusd-freeradius
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Recommends: logrotate
12 Provides: radius-server
13 Suggests: radiusd-freeradius-ldap, radiusd-freeradius-postgresql, radiusd-freeradius-mysql, radiusd-freeradius-krb5
14 Conflicts: radius-server
15 Description: A high-performance and highly configurable RADIUS server
16  A high-performance RADIUS server derived from Cistron's server, and
17  generally similar to Livingston's 2.0 server, with support for...
18   - many vendor-specific attributes
19   - proxying and replicating requests by any criteria
20   - authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM
21   - multiple DEFAULT configurations
22   - regexp matching in string attributes
23  and lots more.
24
25 Package: radiusd-freeradius-krb5
26 Architecture: any
27 Depends: radiusd-freeradius, ${shlibs:Depends}
28 Description: Kerberos module for FreeRADIUS server.
29  The FreeRADIUS server can use Kerberos to authenticate users, and this module
30  is necessary for that.
31
32 Package: radiusd-freeradius-ldap
33 Architecture: any
34 Depends: radiusd-freeradius, ${shlibs:Depends}
35 Description: LDAP module for FreeRADIUS server.
36  The FreeRADIUS server can use LDAP to authenticate users, and this module
37  is necessary for that.
38
39 Package: radiusd-freeradius-postgresql
40 Architecture: any
41 Depends: radiusd-freeradius, ${shlibs:Depends}
42 Description: PostgreSQL module for FreeRADIUS server.
43  The FreeRADIUS server can use PostgreSQL to authenticate users and do
44  accounting, and this module is necessary for that.
45
46 Package: radiusd-freeradius-mysql
47 Architecture: any
48 Depends: radiusd-freeradius, ${shlibs:Depends}
49 Description: MySQL module for FreeRADIUS server.
50  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
51  and this module is necessary for that.