Article Content
Article Number | 000025946 |
Applies To | TACACS+ ACL RSA ACE/Server UNIX (AIX, HP-UX, Solaris) |
Issue | How do I configure access control lists using Tacacs+? |
Resolution | The instructions for doing this including examples are in the tacplus.pdf file on the CD. The changes are made to the "path"/ace/data/sdtacplus.cfg file. Note page 8 of the tacplus.pdf file. USER=FRED { default service = permit service = exec { acl = value #exec level for user autocmd = "telnet foobar" } cmd = telnet { # allow all fred's telnet commands except telnet to 131.108.13.* deny 131\.108\.13\.[0-9]+ permit .* } } |
Legacy Article ID | a6054 |