Hi,<br><br>I&#39;m now trying (as suggested by previous posters) to use &#39;after authorization &quot;external-process&quot;&#39; in order to provide arbitary AV values back to the client.<br><br>The trouble is that while the config file parses okay, the external script never gets executed. I&#39;ve tried &quot;before authorization&quot; as well, with the same results. <br>
<br>user=test {<br>&nbsp;&nbsp; before authorization &quot;/usr/local/tac/postauth $user&quot;<br>}<br><br>Currently, the script writes to a log file in /tmp/, so that I can see if it runs, and the file is never touched.<br><br>I&#39;ve tried the latest version of tacacs+ from <a href="http://shrubbery.net">shrubbery.net</a>, with the same results.<br>
<br>Am I doing something fundamentally wrong here, or does it not work as the documentation suggests it should ?<br><br><br>