summaryrefslogtreecommitdiff
path: root/map_common.h
AgeCommit message (Collapse)Author
2018-04-02Cleanup whitespace by running 'indent -linux' on all the filesDave Olson
There were no code changes, just the indent whitespace and formatting changes.
2018-02-26Fixed exclude_users to work, added more users, alway skip tacacs[0-9]*Dave Olson
Ticket: CM-19886 Reviewed By: nobody Testing Done: Somehow exclude_users wasn't implemented (or got deleted somewhere along the line). Make list match tacplus_client, except exclude our own mapped users by matching config items, and also skip any user starting with tacacs[0-9] inline instead of listing all 16 in exclude_users field in config file. Implemened for mapped_priv_user too, since that work is ongoing. Listed change in debian/changelog If debug is set to 2 or higher, print that the name lookup was skipped due to exclusion.
2017-06-15Initial version of libnss-mapuser packageDave Olson
See README for details