event-driven-servers
event-driven-servers copied to clipboard
A collection of event-driven servers (currently: tac_plus, tac_plus-ng, ftpd, tcprelay)
OS:debin10 内核版本:5.4.56.bsk.10-amd64 软件版本:tac_plus version 28e8b5727bdc0672e39654f0347212deecd9b4f5/PCRE2/CRYPTO/ARES/CURL/SSL -----------现象 近期升级后,发现在高并发场景下,存在一些报错: May 10 11:15:07 xxxx tac_plus[1851760]: scm_send_msg (/root/event-driven-servers/mavis/spawnd_accepted.c:217): Connection refused May 10 11:15:07 xxxx tac_plus[1851760]: scm_send_msg: sendmsg: Connection refused May 10 11:15:07 xxxx tac_plus[1851760]:...
This PR updates the regular expression used to ensure backslashes are treated literally and correctly match special characters (, ), |, &, =, and *. This will also resolve the...
Hi, Our monitoring triggered a failure in the tacplusng.service and a **systemctl status tacplusng** revealed the following: × tacplusng.service - TACACS+ NG Loaded: loaded (/etc/systemd/system/tacplusng.service; enabled; vendor preset: enabled) Active:...
We have two Tacacs servers (active/passive) with tacplusng (commit version: https://github.com/MarcJHuber/event-driven-servers/commit/a64efee7646a93a555eb99fa1b4407fa679343ec) and the mavis_tacplus-ng_ldap.pl Perl plugin running. The active Tacacs server gets a few queries per second which seems to...
I am installing tac plus in redhat 9 linux it seems it is not supported is it ? Or I am doing something wrong here
Hi Marc Initially, I used the server to authenticate routers and switches. Later on, we added more devices, including OLTs, and I noticed that RAM usage started to overflow. For...
**Version:** tac_plus-ng version `1a0e69cc4855308e8133db2990e38b86fb7fa7e1/PCRE2/CRYPTO/ARES/CURL/SSL` **Environment:** * OS: Linux Debian 12 * Running via systemd unit file (see below) * Using MAVIS external script for authentication (`mavis_tacplus_shadow.pl`) **Problem Description:** We are...
Hello, sometimes I get errors like : Feb 5 06:15:53 ams-aaa1 tac_plus-ng[378100]: scm_send_msg: sendmsg: Connection refused Feb 5 06:15:53 ams-aaa1 tac_plus-ng[378100]: scm_send_msg (/root/src/event-driven-servers/mavis/spawnd_accepted.c:422), pid: 378104: Connection refused Feb 5 06:15:53...
Hello! The task is as follows: AAA priority via ldap server, if ldap is unavailable or in an emergency, then produce AAA for users specified in the global config With...
On some openldap systems group memberships are based on posixgroups. Sure a migration to groupOfNames can be done or planned, but it's easier to support posixgroups until every ldap directory...