AFP won' t work through SSH tunnel
log User activity
Webmin integration
Netatalk has had a webmin module for over two decades. As of netatalk v4.0 the module is now bundled with netatalk proper. You can build and install it with "-Dwith-webmin=true" The only aspect missing with regards to this FR, is the ability to rebuild CNID databases. Filed this ticket in the new issue tracker. https://github.com/Netatalk/netatalk/issues/2026
log User activity
This is a potential good use case for the FCE (filesystem change events) API. If you enable FCE v2 events will be emitted containing the user responsible for the event. [Global] fce listener = localhost fce version = 2 Demonstrating using our fce listener reference implementation: $ ./build/bin/misc/fce listener: waiting to recvfrom... FCE Start ID: 1, Event: FCE_LOGIN, pid: 129304, user: dmark, Path: ID: 2, Event: FCE_FILE_CREATE, pid: 129304, user: dmark, Path: /srv/afptest1/345 copy.txt ID: 3,...
Upstream improvement ticket: https://gitlab.com/iniparser/iniparser/-/issues/176
afp.conf line size limited to 1024