Is there any way to log the processing of Access requests by User Manager?
I.e. not the Accounting, but the actual access.
I see no "user manager" topic in System->Logging and the "radius" topic appears to be for the RADIUS client, not for User Manager itself. It also seems to log only Accounting requests.
The topic for User Manager is named manager.
Ok, thanks.
Unfortunately when enabling "manager" it only logs "debug" for an Access request, "rx Access-Request" and "tx Access-Accept", with the IP of the client, but no info whatsoever for the user that has been accepted.
When the user does not exist, it shows which user was requested.
I am considering replacing our freeradius server that we use for mac-authentication on our switches (not MikroTik) with user-manager, but I prefer to keep some log about the addresses that were accepted.
Probably I have to enable Accounting, then it will keep session information.
But something else that worries me a bit is that this session information is piling up and there is no obvious way to limit it (e.g. keep only for certain time or certain number of sessions, or size of DB).
So I prefer not to use Accounting...