Hello I am trying to get this working. Reading the mailing list I was under the impression this was fixed. I am trying to have the same users admin both juniper and hp gear. <div><br></div><div><div>#</div><div># tacacs configuration file</div>
<div># xxxxx - </div><div># /etc/tac_plus.conf</div><div><br></div><div># set the key</div><div>key = xxxxx</div><div><br></div><div>accounting file = /var/log/tac_plus.acct</div><div><br></div><div>#group accounts </div>
<div><br></div><div>group = admins {</div><div>## cli service for junipers</div><div>        service = junos-exec</div><div>{</div><div>        local-user-name = admins</div><div>        allow-commands = &quot;all&quot;</div>
<div>        allow-configuration = &quot;all&quot;</div><div>        deny-commands = &quot;&quot;</div><div>        deny-configuration = &quot;&quot;</div><div>}</div><div>}</div><div><br></div><div>group = admins2 {</div>
<div>        default service = permit</div><div>        service = exec {</div><div>        priv-lvl = 15</div><div>}</div><div>}</div><div><br></div><div># users accounts</div><div>user = tom {</div><div><br></div><div>        member = admins</div>
<div>        login = des &quot;xxxxx&quot;</div><div>        enable = cleartext &quot;xxxxx&quot;</div><div>        name = &quot;Thomas Murch&quot;</div><div>}</div><div><br></div><div>user = tomhp {</div><div>        member = admins2</div>
<div>        login = des &quot;xxxxxx&quot;</div><div>        enable = cleartext &quot;xxxx&quot;</div><div>        name = &quot;Thomas Murch&quot;</div><div>}</div></div><div><br></div>