summaryrefslogtreecommitdiff
path: root/data/templates/login/tacplus_nss.conf.j2
AgeCommit message (Collapse)Author
2024-12-15tacacs: T6613: dynamically build exclude_users list to avoid TACACS trafficChristian Breunig
There is no need to send local base OS accounts like root or daemon to the tacacs server. This will only make the CLI experience sluggish. Build up a dynamic list of user accounts to exclude from TACACS lookup.
2023-06-22tacacs: T141: initial implementationChristian Breunig