20 Oct
2020
20 Oct
'20
9:33 a.m.
On 20.10.2020 9.30, Matthias Lay wrote:
Am Tue, 20 Oct 2020 09:31:16 +0700 schrieb Victor Sudakov vas@sibptus.ru:
Hello Sami,
I have seen this but I do not want this information in a database. If you know how to make the lastlogin_plugin write to a local file, that would be very helpful. Even a local sqlite database would do.
The documentation for the plugin seems very scarce.
you could touch a file in the postlogin script
You can use lastlogin plugin to write to a file too. It's not just database.
plugin {
last_login_dict = file:/somewhere/lastlogin
}
Aki