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
130 stars 97 forks source link

Is srcaddr supported at all #197

Open ken-vat opened 1 year ago

ken-vat commented 1 year ago

Hello, Looks like the function tac_connect_single(const struct addrinfo server, const char key, struct addrinfo *srcaddr, int timeout) has the option but its passed NULL everywhere. Agree that its not listed as supported options but wondering if there's a way to make this work..either 'regular' interface or loopback IP.