diff options
| author | Paweł Krawczyk <pawel.krawczyk@hush.com> | 2014-10-10 20:15:22 +0100 |
|---|---|---|
| committer | Paweł Krawczyk <pawel.krawczyk@hush.com> | 2014-10-10 20:15:22 +0100 |
| commit | 1fc0ef67e79497c298d5b84b1f17226a49f4ec93 (patch) | |
| tree | fa38db9ce3f20a58b47ce352d707accb7e616f59 /debian | |
| parent | 07e2f51ad710a0471c6c1b83e6136bb2c29eb31e (diff) | |
| parent | ec369a83dd65ea691d9159a5a4bdeb8c734c658c (diff) | |
| download | pam_tacplus-1fc0ef67e79497c298d5b84b1f17226a49f4ec93.tar.gz pam_tacplus-1fc0ef67e79497c298d5b84b1f17226a49f4ec93.zip | |
Merge pull request #17 from gollub/feature/client_connect_source_address_v4
Add source addr parameter for tac_connect_single
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/libtac1.install (renamed from debian/libtac0.install) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index af07574..6dde527 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,13 @@ Homepage: https://github.com/jeroennijhof/pam_tacplus Package: libpam-tacplus Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac0 +Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime, libtac1 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 +Package: libtac1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: TACACS+ protocol library @@ -24,7 +24,7 @@ Description: TACACS+ protocol library Package: libtac-dev Section: libdevel Architecture: any -Depends: ${misc:Depends}, libtac0 (= ${binary:Version}), libc6-dev|libc-dev +Depends: ${misc:Depends}, libtac1 (= ${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. diff --git a/debian/libtac0.install b/debian/libtac1.install index 3de3b10..3de3b10 100644 --- a/debian/libtac0.install +++ b/debian/libtac1.install |
