Replies: 3 comments 4 replies
-
Hi, tac_plus-ng/extra/ comes with etc_init.d_tac_plus-ng and tac_plus-ng.service, one of those two can likely be adapted to your system for starting and stopping the daemon. Regarding logging, you've seen the samples included here? Cheers, Marc |
Beta Was this translation helpful? Give feedback.
-
Hi, your can separate logs by specifying suitable accounting/access/authorization destinations. The "destination" definition defines where the log files will end up to. log log_a { destination = /tmp/c access format = ... } combined with authentication log = log_a will cleanly separate logs. About your second question: yes, adding multiple "a... log = ..." statements is certainly possible, so you can e.g. log to both file and syslog. Cheers, Marc |
Beta Was this translation helpful? Give feedback.
-
Hi, you'll need to use two log definitions for that:
Cheers, Marc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have small configuration tac_plus-ng, users are taken from AD using mavis module. Everything works.
A few questions:
Right now everything is in default form:
2025-02-05 11:57:56 +0300 10.250.24.198 testuser ssh 10.XXX.XXX.XXX.XXX stop shell show clock
In the guide I found "accounting, authorization, access log format", but I don't understand how to customize it in the configuration file.
My config:
Beta Was this translation helpful? Give feedback.
All reactions