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