Actions
Bug #15719
closedGUI logout messages do not use the ``auth`` log facility
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.11
Release Notes:
Default
Affected Version:
Affected Architecture:
All
Description
Version: 24.03-RELEASE
Platform tested: 2100,4100,QEMU
Login (messages come in correctly on the auth facility)
10:08:37.507385 IP 192.168.1.171.514 > 192.168.1.133.514: SYSLOG auth.notice, length: 114 10:08:37.507386 IP 192.168.1.171.514 > 192.168.1.133.514: SYSLOG auth.notice, length: 114
Logout (message comes in incorrectly to the daemon facility)
10:10:36.285901 IP 192.168.1.171.514 > 192.168.1.133.514: SYSLOG daemon.error, length: 115
Updated by Craig Coonrad 2 months ago
- Subject changed from Remote Logging: GUI logout messages are being sent to the wrong log facility (daemon instead of auth) to GUI logout messages are being sent to the wrong log facility (daemon instead of auth)
Additional info. This applies to local logging as well.
multiple login/logouts. Only login appears in auth.log
tail -f /var/log/auth.log Sep 11 11:44:05 pf00 php-fpm[59119]: /index.php: Successful login for user 'admin' from: 192.168.1.8 (Local Database) Sep 11 11:44:36 pf00 php-fpm[59119]: /index.php: Successful login for user 'admin' from: 192.168.1.8 (Local Database) Sep 11 11:45:27 pf00 php-fpm[35273]: /index.php: Successful login for user 'admin' from: 192.168.1.8 (Local Database) Sep 11 11:45:51 pf00 php-fpm[59119]: /index.php: Successful login for user 'admin' from: 192.168.1.8 (Local Database)
Updated by Marcos M 2 months ago
- Subject changed from GUI logout messages are being sent to the wrong log facility (daemon instead of auth) to GUI logout messages are being sent to the wrong log facility
- Status changed from New to In Progress
- Assignee set to Marcos M
- Target version set to 2.8.0
- Plus Target Version set to 24.08
Updated by Marcos M 2 months ago
Fixed in 609a1e17657273c6d09c8795398be4b39df8d361.
Updated by Craig Coonrad 2 months ago
Tested 609a1e17657273c6d09c8795398be4b39df8d361.
Success. Logout messages sent to auth facility for local and remote logging.
Updated by Jim Pingle about 2 months ago
- Subject changed from GUI logout messages are sent to the wrong log facility to GUI logout messages do not use the ``auth`` log facility
Updated by Jim Pingle about 2 months ago
- Category changed from System Logs to Authentication
Updated by Jim Pingle about 1 month ago
- Plus Target Version changed from 24.08 to 24.11
Actions