You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to have a way for possible auth filters to find out how many active connections a given user has. See #23.
For privacy concerns, this feature should be configurable with a readers.conf option (like addprocesstitleuser which would enable that behaviour when set to true in an access group).
The text was updated successfully, but these errors were encountered:
The username (when set) could be added at the beginning of
ps
output:For instance in nnrpd/nnrpd.c:
setproctitle("%s %s %s", PERMuser[0] != '\0' ? PERMuser : "-", Client.host, av[0]);
The goal is to have a way for possible auth filters to find out how many active connections a given user has. See #23.
For privacy concerns, this feature should be configurable with a readers.conf option (like
addprocesstitleuser
which would enable that behaviour when set to true in an access group).The text was updated successfully, but these errors were encountered: