stable

Clone or download

Read-only

Update last_access_date for ProFTPD operations

This is part of story #11356 have user last_access_date updated accuratly Doing a ProFTPD operation through will update the user last access date during the ProFTPD log parse (as done for SVN and Git SSH). This log parsing is done in the prerotate if you deploy the logrotate file as explained in the README. Change-Id: Ib65689c2ddc22cab8d53888960ebf9dde6a6cab0

Modified Files

Name
M plugins/proftpd/bin/parse_xferlog.php +2 −1 Go to diff View file
M plugins/proftpd/include/ProFTPd/Xferlog/FileImporter.class.php +60 −14 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporterTest.php +25 −6 Go to diff View file
M plugins/proftpd/phpunit/ProFTPd/Xferlog/FileImporter_PathTest.php +14 −6 Go to diff View file
M src/common/dao/UserDao.class.php +10 −4 Go to diff View file