diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/debian/control b/debian/control index de703ef..4709f74 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,23 @@ Homepage: https://github.com/jeroennijhof/pam_tacplus Package: libpam-tacplus Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac0 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: libtac0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TACACS+ protocol library + This library implemenents the fundamentls of the TACACS+ protocol and supports + authentication, authorization (account management) and accounting (session management). + +Package: libtac-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libtac0 (= ${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. |
