summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2016-06-23 13:39:25 -0700
committerDave Olson <olson@cumulusnetworks.com>2016-06-28 15:45:47 -0700
commitab9634da79286d2f04f40011331f2feee208e513 (patch)
tree362d6273d27fea44671edf2aab38e0b2b3d27cda /AUTHORS
downloadlibnss-tacplus-ab9634da79286d2f04f40011331f2feee208e513.tar.gz
libnss-tacplus-ab9634da79286d2f04f40011331f2feee208e513.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.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS7
1 files changed, 7 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..03d59a6
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,7 @@
+Primary Author:
+ Dave Olson <olson@cumulusnetworks.com>
+
+The TACACS code is substantially based on the pam_tacplus v1.3.9 code written by
+ Pawel Krawczyk <pawel.krawczyk@hush.com> and
+ Jeroen Nijhof <jeroen@jeroennijhof.nl>
+