diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2016-09-30 13:53:33 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2016-10-06 14:20:11 -0700 |
commit | 600f2be7da9c70fa416888c6d29fe94e5276a477 (patch) | |
tree | 40dc1b861d4a62ba5628308abe113c787b698d36 /debian/changelog | |
parent | ed775fc39f8603bd12fbad76d799ac29cda3a046 (diff) | |
download | libnss-tacplus-600f2be7da9c70fa416888c6d29fe94e5276a477.tar.gz libnss-tacplus-600f2be7da9c70fa416888c6d29fe94e5276a477.zip |
Better debugs for server, and try all servers in list
Ticket: CM-13049
Reviewed By: olson
Testing Done: tried multiple servers.
Debugging a customer issue was harder than it should be, so add
more debugging on success and invalid user returns from server.
Also try all servers in the list until success, because different
servers can have different databases, so an invalid user return
from one server should not be considered definitive.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a9b433b..3a366d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libnss-tacplus (1.0.2-1) unstable; urgency=low + + * Improve debugging on server connections, and always try all + servers in list until successful response, in case different + servers have different user databaes. + + -- Dave Olson <olson@cumulusnetworks.com> Fri, 30 Sep 2016 13:56:05 -0700 + libnss-tacplus (1.0.1-1) unstable; urgency=low * Initial version with NSS lookups for tacacs users using mapping |