debian: libltdl0 is now superceded by libltdl3.
[freeradius.git] / debian / control
1 Source: radiusd-freeradius
2 Build-Depends: debhelper, libltdl3-dev, libpam0g-dev, postgresql-dev, libmysqlclient6-dev, libgdbmg1-dev, libldap2-dev, libsasl-dev, libsnmp4.2-dev, libiodbc2-dev, libkrb5-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 Provides: radiusd
12 Suggests: radiusd-freeradius-ldap, radiusd-freeradius-postgresql, radiusd-freeradius-mysql, radiusd-freeradius-krb5
13 Conflicts: radiusd, radiusd-livingston, radiusd-cistron
14 Description: A high-performance and highly configurable RADIUS server
15  A high-performance RADIUS server derived from Cistron's server, and
16  generally similar to Livingston's 2.0 server, with support for...
17   - many vendor-specific attributes
18   - proxying and replicating requests by any criteria
19   - authentication on system passwd, SQL, Kerberos, LDAP, users file, or PAM
20   - multiple DEFAULT configurations
21   - regexp matching in string attributes
22  and lots more.
23
24 Package: radiusd-freeradius-krb5
25 Architecture: any
26 Depends: radiusd-freeradius, ${shlibs:Depends}
27 Description: Kerberos module for FreeRADIUS server.
28  The FreeRADIUS server can use Kerberos to authenticate users, and this module
29  is necessary for that.
30
31 Package: radiusd-freeradius-ldap
32 Architecture: any
33 Depends: radiusd-freeradius, ${shlibs:Depends}
34 Description: LDAP module for FreeRADIUS server.
35  The FreeRADIUS server can use LDAP to authenticate users, and this module
36  is necessary for that.
37
38 Package: radiusd-freeradius-postgresql
39 Architecture: any
40 Depends: radiusd-freeradius, ${shlibs:Depends}
41 Description: PostgreSQL module for FreeRADIUS server.
42  The FreeRADIUS server can use PostgreSQL to authenticate users and do
43  accounting, and this module is necessary for that.
44
45 Package: radiusd-freeradius-mysql
46 Architecture: any
47 Depends: radiusd-freeradius, ${shlibs:Depends}
48 Description: MySQL module for FreeRADIUS server.
49  The FreeRADIUS server can use MySQL to authenticate users and do accounting,
50  and this module is necessary for that.
51