Skip to content
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

make it possible to require username verification for some modules that don't check it by default #4294

Closed
totaam opened this issue Jul 9, 2024 · 1 comment
Labels
authentication enhancement New feature or request

Comments

@totaam
Copy link
Collaborator

totaam commented Jul 9, 2024

As it's not always obvious:
https://github.com/orgs/Xpra-org/discussions/4273#discussioncomment-9988675

@totaam totaam added enhancement New feature or request authentication labels Jul 9, 2024
totaam added a commit that referenced this issue Jul 9, 2024
for all modules that subclass sys-auth-base
@totaam
Copy link
Collaborator Author

totaam commented Jul 9, 2024

Done.

Example:

xpra start --bind-tcp=0.0.0.0:10000,auth=password,value=foo,verify-username=true -d auth

Allows me to authenticate via TCP with:

xpra attach "tcp://$USERNAME:foo@127.0.0.1:10000/"

But not with:

xpra attach "tcp://bar:foo@127.0.0.1:10000/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authentication enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant