diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-05-23 17:16:10 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-05-23 17:16:10 -0700 |
commit | 957489a8455daa69d03fdfef7d3f4c19b1499157 (patch) | |
tree | 7064198f039e24912c0fa573c12174861eb476b3 /debian/changelog | |
parent | cc571f7356bb42c5360e0e40b786b5c9b75c3d95 (diff) | |
parent | 9b056a2a66ec7006d86121509ef1049c7f6f0725 (diff) | |
download | libnss-tacplus-957489a8455daa69d03fdfef7d3f4c19b1499157.tar.gz libnss-tacplus-957489a8455daa69d03fdfef7d3f4c19b1499157.zip |
Merge with ongoing development
Conflicts (whitespace):
debian/copyright
nss_tacplus.c
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d6199b2..6b20592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +libnss-tacplus (1.0.3-1) 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 + * Added vrf config variable, so NSS lookups work correctly$ + * During login, send remote add IP address in AUTH request + * Configuration files should automatically be reparsed + if they change, for long-lived programs and daemons that use NSS. + * Added user_homedir config variable to allow per-user + home directories (unless per-command authorization is enabled) + + -- Dave Olson <olson@cumulusnetworks.com> Thu, 23 Mar 2017 22:40:01 -0800 + libnss-tacplus (1.0.2-1) unstable; urgency=low * Improve debugging on server connections, and always try all |