summaryrefslogtreecommitdiff
path: root/debian/control
blob: 73ac3d459fc4bb3d0c4c7537ff67d9a38477fb93 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: libpam-tacplus
Section: admin
Priority: extra
Maintainer: Vyatta Package Maintainers <DL-vyatta-help@att.com>
Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf, autoconf-archive,
 libevent-dev
Standards-Version: 3.9.5
Homepage: https://github.com/jeroennijhof/pam_tacplus

Package: libpam-tacplus
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac3
Description: PAM module for using TACACS+ as an authentication service
 This PAM module support authentication, authorization (account management) and
 accounting (session management) performed using TACACS+ protocol designed by
 Cisco.

Package: libtac3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: TACACS+ protocol library 
 This library implemenents the fundamentals of the TACACS+ protocol and supports
 authentication, authorization (account management) and accounting (session management).

Package: libtac-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libtac3 (= ${binary:Version}), libevent-dev,
 libc6-dev|libc-dev
Description: Development files for TACACS+ protocol library 
 Contains C header files and development files for libtac, a TACACS+ protocol
 implementation.

Package: libpam-tacplus-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, libtac3 (= ${binary:Version})
Description: libpam-tacplus and libtac3 debugging symbols
 The debugging symbols for libpam-tacplus and libtac3 packages.