summaryrefslogtreecommitdiff
path: root/debian/control
blob: 969e8f5231a453f8c682a38d0534f1e6afdfaf2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libpam-radius-auth
Maintainer: dev-support <dev-support@cumulusnetworks.com>
Section: libs
Priority: extra
Standards-Version: 3.9.6
Build-Depends: libpam0g-dev | libpam-dev, debhelper (>= 9~), libaudit-dev, libcap-dev

Package: libpam-radius-auth
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, radius-shell
Description: PAM RADIUS client authentication module
 This is the PAM to RADIUS authentication module. It allows any PAM-capable
 machine to become a RADIUS client for authentication and accounting
 requests. You will, however, need to supply your own RADIUS server to
 perform the actual authentication

Package: radius-shell
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1, libcap2-bin, libcap2, libnss-mapuser, vyatta-cfg-system
Description: Shell front-end used for radius users.
 This provides a uid fixup program.  Due to the limitations of the
 RADIUS protocol, we can't tell whether a user is privileged until
 after authentication.  This packages provides a shell front-end that
 sets the uid to the auid, if set and > 1000, and not already matching.