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 = "all"</div>
<div> allow-configuration = "all"</div><div> deny-commands = ""</div><div> deny-configuration = ""</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 "xxxxx"</div><div> enable = cleartext "xxxxx"</div><div> name = "Thomas Murch"</div><div>}</div><div><br></div><div>user = tomhp {</div><div> member = admins2</div>
<div> login = des "xxxxxx"</div><div> enable = cleartext "xxxx"</div><div> name = "Thomas Murch"</div><div>}</div></div><div><br></div>