diff options
| author | Dave Olson <olson@cumulusnetworks.com> | 2016-11-29 17:01:03 -0800 |
|---|---|---|
| committer | Dave Olson <olson@cumulusnetworks.com> | 2017-05-23 16:24:14 -0700 |
| commit | 490882de7069623f427663340b27c77b97fecd40 (patch) | |
| tree | e411da331b30179c7f3af0ff286a8507ee559fd8 | |
| parent | 82319a93827de875b75bb1dfda9f9d995fd844f5 (diff) | |
| download | libnss-tacplus-490882de7069623f427663340b27c77b97fecd40.tar.gz libnss-tacplus-490882de7069623f427663340b27c77b97fecd40.zip | |
Updated changelog
| -rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d6199b2..ad8a1e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libnss-tacplus (1.0.2) unstable; urgency=low + * added config variable "timeout" to limit time attempting to + connect to non-responding TACACS server. + * added config variable "exclude_users" in /etc/tacplus_nss + to avoid looking up "local" user accounts via TACACS servers. This + improves overall system performance for local users, and avoids significant + delays when a TACACS server is unreachable. + * Fixed issues with ordering of multiple servers and secrets in config files. + libraries can connect to a TACACS+ server without being tacacs aware. + * Improved debugging messages. + * Minor corrections to Copyright and licensing + + -- Dave Olson <olson@cumulusnetworks.com> Tue, 29 Nov 2016 16:55:16 -0800 + libnss-tacplus (1.0.2-1) unstable; urgency=low * Improve debugging on server connections, and always try all |
