santsys / node-tacacs-plus

Node library for TACACS+ Authentication.
GNU General Public License v3.0
5 stars 5 forks source link

TACACS+ server authentication with CHAP type. #7

Open anjali198 opened 2 years ago

anjali198 commented 2 years ago

I am trying to connect the authentication server with CHAP type but it is always failing with status 2, it is working fine with ASCII and PAP. I noticed in other languages' packages its mention that we also need to send pppId and challenge but in Node.js nothing has mentioned. Also if any other configuration is required please share it.

Thank you!

50rayn commented 4 months ago

Hello @anjali198 , As far as I know, this module doesn't support this type of encryption and I don't see it to be maintained. Please consider this instead @noction/tacacs-plus module. 😊