We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As it's not always obvious: https://github.com/orgs/Xpra-org/discussions/4273#discussioncomment-9988675
The text was updated successfully, but these errors were encountered:
#4294 add 'verify-username' authentication module option
6da0028
for all modules that subclass sys-auth-base
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/"
Sorry, something went wrong.
#4294 update documentation to match new feature
79cb3a3
No branches or pull requests
As it's not always obvious:
https://github.com/orgs/Xpra-org/discussions/4273#discussioncomment-9988675
The text was updated successfully, but these errors were encountered: