diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2018-04-03 00:23:16 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2018-04-03 00:23:16 -0700 |
commit | 19e1c2b3cfd99d7ea62e4e8a827febcd7ec15e19 (patch) | |
tree | 6823fbf4000f6230ff0124e6d770d4f1bb154c0c | |
parent | 1e5742369aedc8708d5dbe4411ffd5bf4b10537a (diff) | |
download | libnss-mapuser-19e1c2b3cfd99d7ea62e4e8a827febcd7ec15e19.tar.gz libnss-mapuser-19e1c2b3cfd99d7ea62e4e8a827febcd7ec15e19.zip |
bumped version number to 1.1.0 given significant new features
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 50032b5..d11304d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ -libnss-mapuser (1.0.0-cl3u3) RELEASED; urgency=low +libnss-mapuser (1.1.0-cl3u1) RELEASED; urgency=low * Closes CM-19866 - Fixed exclude_users not skipped, and added more system accounts to exclude_users: www-data,man, tacacs[0-9]*. - * New Enabled - When Vendor Specific Option containing shell:priv-lvl - is present, and the value is 15, map to user radius_priv_user, and - give that user account more privileges, similar to tacplus client - privilege 15. + * New Enabled - When Vendor Specific Option containing shell:priv-lvl is + present, and the user is privileged (determined by libpam-radius-auth) + group membership is modified to add the radius accounts to the groups that + have radius_user and/or radius_priv_user, to give that that user account + more privileges, similar to tacplus client privilege 15. - -- dev-support <dev-support@cumulusnetworks.com> Mon, 26 Feb 2018 09:51:44 -0800 + -- dev-support <dev-support@cumulusnetworks.com> Tue, 03 Apr 2018 00:13:47 -0700 libnss-mapuser (1.0.0-cl3u2) RELEASED; urgency=low |