diff options
| author | Daniel Gollub <dgollub@brocade.com> | 2014-10-10 17:51:00 +0200 |
|---|---|---|
| committer | Daniel Gollub <dgollub@brocade.com> | 2014-10-10 18:02:30 +0200 |
| commit | ec369a83dd65ea691d9159a5a4bdeb8c734c658c (patch) | |
| tree | fa38db9ce3f20a58b47ce352d707accb7e616f59 /debian/control | |
| parent | 21d14c56fe29a8fadac3a4291d96ed0247c1a766 (diff) | |
| download | pam_tacplus-ec369a83dd65ea691d9159a5a4bdeb8c734c658c.tar.gz pam_tacplus-ec369a83dd65ea691d9159a5a4bdeb8c734c658c.zip | |
Add source addr parameter for tac_connect_single
This allows to specify from which source address/interface the TACACS+
client connection gets initiated.
Bump SO-versioning due to API change.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 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. |
