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 51
|
Source: radiusclient
Section: admin
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 5), autoconf (>= 2.59), automake (>= 1.11), libtool
Standards-Version: 3.8.3
Package: radiusclient1
Architecture: any
Section: admin
Depends: libradius1, perl5, ${shlibs:Depends}, ${misc:Depends}
Conflicts: radiusclient, libradiusclient-ng-dev
Description: /bin/login replacement which uses the RADIUS protocol for authentication
Radiusclient is a /bin/login replacement which gets called by a getty
to log in a user and to setup the user's login environment. Normal
login programs just check the login name and password which the user
entered against the local password file (/etc/passwd, /etc/shadow).
In contrast to that Radiusclient also uses the RADIUS protocol to
authenticate the user.
.
This is the main binary archive.
Package: libradius1-dev
Architecture: any
Section: libdevel
Depends: libradius1 (=${binary:Version}), libc6-dev, ${misc:Depends}
Conflicts: radiusclient, libradiusclient-ng-dev
Description: /bin/login replacement with RADIUS. Header file and link lib
Radiusclient is a /bin/login replacement which gets called by a getty
to log in a user and to setup the user's login environment. Normal
login programs just check the login name and password which the user
entered against the local password file (/etc/passwd, /etc/shadow).
In contrast to that Radiusclient also uses the RADIUS protocol to
authenticate the user.
.
This is the development package, to be able to develop programs that
uses the RADIUS library.
Package: libradius1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: /bin/login replacement with RADIUS. Shared lib to used by programs
Radiusclient is a /bin/login replacement which gets called by a getty
to log in a user and to setup the user's login environment. Normal
login programs just check the login name and password which the user
entered against the local password file (/etc/passwd, /etc/shadow). In
contrast to that Radiusclient also uses the RADIUS protocol to
authenticate the user.
.
This is the libraries needed by any client needing the RADIUS protocol.
|