pam_tacplus
pam_tacplus copied to clipboard
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 desi...
Hi , on server tacacs+ side i have in log that user is authenticated (when password is correct ,if not i have failed to auth in log). I cant login...
Hi kravietz I have a question. Is it possible to define the source IP address like loopback or other IP ?
Hello, I've been using libpam-tacplus with debian for ages, but it currently not availb with deb11 I know you do not support debian but Jeroen listed debian module maintainer, so...
mai 08 07:46:18 ubuntu sshd[2424]: PAM-tacplus: set_tac_srv_addr: server 0 after copy [192.168.10.2:49] mai 08 07:46:18 ubuntu sshd[2424]: PAM-tacplus: set_tac_srv_key: server 0 key is null; address [192.168.10.2:49 mai 08 07:46:18 ubuntu...
I've tried many configurations of /etc/pam.d/sshd but can't quite get it to work properly. The current configuration is: ``` #%PAM-1.0 auth include tacacs #auth include radius auth required pam_sepermit.so auth...
I added this to /etc/pam.d/sudo, and it just shows a blank prompt. auth sufficient pam_tacplus.so server=192.0.2.22 server=192.0.2.72 secret=secret --------------- Last login: Mon Mar 28 09:56:21 2022 from 192.0.2.157 me@server01:~$ sudo...
Currently the `TACSYSLOG` macro only output diagnostic information to `syslog`, which is inconvenient in testing. Add option to log the same data to `stderr`.
By any kernel bug, if disk become read-only: When you login as previously-logged in remote-user, all good. TACACS authentication is successful. When you login as **new remote user (**_not previously...
Added timeout/server configutation. 2. Added retry counter of 3 per server. 3. Added debug log messages. 4. Added encrypition/decryption for secrete key. 5. Added support to add source address in...