Hi,<br><br>I have a tac_plus installation on a Slackware server. Everything works fine except my acls.<br>It seems that whatever I type in an acl, it will match.<br><br>For example an acl with the regexp test will match any of my network equipments source IP addresses. I tested it with a deny acl and here is the debug output (ip is replaced with a fake but you get the idea):<br>
ip 11.111.11.1 matched deny regex test of acl filter test-acl<br><br>The acl config:<br>acl = test-acl {<br>           deny = test<br>           allow = .*<br>}<br><br>I then apply the acl to a group.<br>group = test-group {<br>
             acl = test-acl<br>}<br><br><br>tac_plus version F4.0.4.20<br><br>What am I missing here?<br><br><br>/ Andreas<br>