Hello,<br><br>I am attempting to get tac_plus to use my pam stack for user authentication. As it stands, my pam stack already authenticates my users successfully for ssh login (I&#39;m on a RHEL5 box). I have confirmed that the configure script did locate the pam devlopment libraries, but w/ debugging on, I don&#39;t see tac_plus trying to talk to the pam stack:<br>
<br>[root@server tacacs]# /usr/local/bin/tac_plus -C /usr/local/etc/tac_plus.conf -d 8 -d 16 -d 32 -d 64 -g<br>Reading config<br>Version F4.0.4.15 Initialized 1<br>tac_plus server F4.0.4.15 starting<br>uid=0 euid=0 gid=0 egid=0 s=4<br>
session.peerip is &lt;ip address&gt;<br>connect from &lt;ip address&gt;<br>tac_passwd_lookup: open /usr/local/etc/tacacs_passwd 6<br>tac_passwd_lookup: close /usr/local/etc/tacacs_passwd 6<br>login query for &#39;&lt;user&gt;&#39; tty1 from &lt;ip address&gt; rejected<br>
login failure: &lt;user&gt; &lt;ip address&gt; tty1<br><br>I kinda feel like I&#39;m missing a step to make this work...and I couldn&#39;t find any documetnation beyond the FAQ posting. Any ideas?<br><br>