summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-06-23 14:07:35 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-06-30 13:46:36 -0700
commit19008ab68d9d504aa58eb34d5f564755a1613b8b (patch)
tree94ced6d12c492aef6b904bac0d9069008c36d5f9 /debian/changelog
parent6f721d9b26465ffd0e05a2f075ad76dd70c4fe8c (diff)
downloadlibnss-tacplus-19008ab68d9d504aa58eb34d5f564755a1613b8b.tar.gz
libnss-tacplus-19008ab68d9d504aa58eb34d5f564755a1613b8b.zip
Fixed remove to clean up plugin entries in nsswitch.conf
We weren't removing the tacplus plugin from nsswitch.conf on package remove, now we do. Also cleaned up a bit and use \s instead of [ \t] for whitespace. For postinst, moved into configure case where it belonged. Updated changelog for recent fixes and bumped version
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b20592..b24ac24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libnss-tacplus (1.0.3-2) unstable; urgency=low
+ * Fixed package remove to clean up plugin entries in nsswitch.conf
+ * New Disabled: added user_homedir config variable to allow per-user
+ home directories (unless per-command authorization is enabled)
+ * Fixed configuration files should automatically be reparsed
+ if they change, for long-lived programs and daemons that use NSS.
+
+ -- Dave Olson <olson@cumulusnetworks.com> Fri, 30 Jun 2017 13:34:20 -0700
+
libnss-tacplus (1.0.3-1) unstable; urgency=low
* Added config variable "timeout" to limit time attempting to
connect to non-responding TACACS server.