diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-02 19:07:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-02 19:18:42 +0200 |
commit | ceb7d3cb30a23b4b148bc71491b3817e9e6e2778 (patch) | |
tree | 160ebe6294acb6a790790098b3861e58c0ca9ae4 /debian/control | |
download | libpam-tacplus-ceb7d3cb30a23b4b148bc71491b3817e9e6e2778.tar.gz libpam-tacplus-ceb7d3cb30a23b4b148bc71491b3817e9e6e2778.zip |
Initial import of libpam-tacplus (1.4.3-cl3u4)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2e1d246 --- /dev/null +++ b/debian/control @@ -0,0 +1,47 @@ +Source: libpam-tacplus +Section: admin +Priority: extra +Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf, autoconf-archive, libaudit-dev, + libtacplus-map-dev, git, libssl-dev +Maintainer: dev-support <dev-support@cumulusnetworks.com> +Standards-Version: 3.9.6 +#Homepage: https://github.com/jeroennijhof/pam_tacplus +Homepage: http://www.cumulusnetworks.com + +Package: libpam-tacplus +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac2, libtacplus-map1 +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: libpam-tacplus-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libpam-tacplus (= ${binary:Version}), libc6-dev|libc-dev +Description: Development files for PAM module for using TACACS+ authentication + Provides header files for development with libpam-tacplus + +Package: libtac2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libaudit1 +Description: TACACS+ protocol library + This library implemenents the fundamentls of the TACACS+ protocol and supports + authentication, authorization (account management) and accounting (session + management). + +Package: libtac2-bin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TACACS+ client program + Simple command-line client for TACACS+ testing and scripting + +Package: libtac-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libtac2 (= ${binary:Version}), libc6-dev|libc-dev +Description: Development files for TACACS+ protocol library + Contains C header files and development files for libtac, a TACACS+ protocol + implementation. + |