#2952 closed defect (fixed)
udp auth options
Reported by: | brief | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 4.1 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
While investigating #2125, I tried to use auth options while using udp:
xpra proxy --bind-udp=127.0.0.1:9999,auth=sqlite:filename=....
Is this intended to work? If it is, the attached patch udp_access_to_options is needed.
Attachments (1)
Change History (4)
Changed 3 months ago by
Attachment: | udp_access_to_options.patch added |
---|
comment:1 Changed 3 months ago by
Component: | android → server |
---|---|
Priority: | major → minor |
Version: | 3.0.x → trunk |
comment:2 Changed 3 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2952
Note: See
TracTickets for help on using
tickets.
Thank you very much!
Applied in r28017 almost verbatim - just removed the no-op
__init__
method.