kravietz / pam_tacplus

TACACS+ protocol client library and PAM module in C. This PAM module support authentication, authorization (account management) and accounting (session management)performed using TACACS+ protocol designed by Cisco.
GNU Lesser General Public License v3.0
132 stars 100 forks source link

Can I set a specific port on the tacc? #122

Open andmisfits opened 5 years ago

andmisfits commented 5 years ago

Hi,

I'm testing a server tacacs using a port other than the default and a have a question. Is it possible to set a specific port on tacc command to test the connection with tacacs server?

In the help of the command I saw that there is the "-y" option that we can define a tty or a port but can not specify, for example, port 50 TCP.

thanks