Authentication and Authorization through TACACS+
For TACACS+ authentication and authorization, the user can access to security log by configuring the file located on TACACS+ server.
Security user access for TACACS authentication and authorization
/etc/tacacs/tac_plus.cfg group = admin { # default service = permit service = exec { priv-lvl = 15 } cmd = copy security-log { permit .* } cmd = copy show security-logging { permit .* } cmd = clear security-logging { permit .*