Skip to content

Username missing from "logged out" messages on the server #4510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
geeksmith opened this issue Mar 28, 2025 · 0 comments
Open

Username missing from "logged out" messages on the server #4510

geeksmith opened this issue Mar 28, 2025 · 0 comments

Comments

@geeksmith
Copy link
Contributor

geeksmith commented Mar 28, 2025

Describe the bug
When a client uses the 'cmd login -d' command, the server does not log the username. in the message

CodeChecker version

[INFO 2025-03-27 23:58] - CodeChecker web version:
------------------------------------------------------------------------------
Kind                                | Version                                 
------------------------------------------------------------------------------
Base package version                | 6.25.1                                  
Package build date                  | 2025-03-13T10:54                        
Git commit ID (hash)                | c63dcdd8aa8dbd47360a0a02234c94e45107fb76
Git tag information                 | 6.25.1                                  
Server supported Thrift API version | 6.61                                    
Client Thrift API version           | 6.61                                    
------------------------------------------------------------------------------

To Reproduce

  1. On client: CodeChecker cmd login --url https://codecheckerserver.foo/ myuser
  2. On client: CodeChecker cmd login -d --url https://codecheckerserver.foo/ myuser
  3. On server: note that the "logged in" logs on the server include the username, but the "logged out" logs do not. It looks like this:
[INFO 2025-03-27 21:01] - 'myuser' logged in.
[INFO 2025-03-27 21:02] - '' logged out.

Expected behaviour

[INFO 2025-03-27 21:01] - 'myuser' logged in.
[INFO 2025-03-27 21:02] - 'myuser' logged out.

Desktop (please complete the following information)

  • OS: Ubuntu Linux 20.04.6 LTS (Focal Fossa)
  • Browser: N/A
  • Version: N/A

Additional Information
The server is using LDAP authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant