diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2016-06-23 13:39:25 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2016-10-06 14:20:05 -0700 |
commit | 678de9b4ac465247ac41d7018dea883d11e97e58 (patch) | |
tree | 1fd49d6efdb54fdf7172864c2bfe40a9e9c3c22f | |
parent | ab9634da79286d2f04f40011331f2feee208e513 (diff) | |
download | libnss-tacplus-678de9b4ac465247ac41d7018dea883d11e97e58.tar.gz libnss-tacplus-678de9b4ac465247ac41d7018dea883d11e97e58.zip |
Provide getpwnam_r entry point to lookup mapped TACACS+ users
Initial version with NSS lookups for tacacs users using mapping
Works with modified libpam-tacplus to authenticate TACACS+ users
without local passwd entries, mapping them to tacacs0..15 based on
TACACS privilege level.
When the /etc/tacplus_servers tacacs config file is mode 600 (normally
the case since it has the server "secret" key), lookups will only work
for tacacs users that are logged in, via the local mapping. For root,
getpwnam lookups will work for any TACACS user known to the servers.
Most syslog's enabled only if debug is set in the config file.
-rw-r--r-- | debian/copyright | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 6c70b2e..7583e7a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,8 @@ Upstream-Name: libnss-tacplus Homepage: http://cumulusnetworks.com Files: * -Copyright: 2015, 2016 Cumulus Networks, Inc +Copyright: 2010 Pawel Krawczyk <pawel.krawczyk@hush.com> and Jeroen Nijhof <jeroen@jeroennijhof.nl>, + 2015, 2016 Cumulus Networks, Inc. License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |