#1480 closed defect (fixed)
multifile auth module error: "Password file is missing"
Reported by: | Denis01 | Owned by: | Denis01 |
---|---|---|---|
Priority: | major | Milestone: | 2.1 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Hello
Centos7.3
Proxy connection
Using HTML client and code (below) to connect thru Proxy
$ cat > multifile.txt <<EOF ubuntu1|secretpassword1|1000|1000|:100 ubuntu2|secretpassword2|1000|1000|tcp:127.0.0.1:10000 EOF $ xpra start --start-child=/bin/gnome-calculator --bind-tcp=0.0.0.0:10000 :100 -d auth $ xpra proxy :13 --bind-tcp=0.0.0.0:10002 --tcp-auth=multifile:filename=multifile.txt -d auth
Tried:
- multifile.txt
- ./multifile.txt
- /multifile.txt
and all the time "Error: password file is missing"
Thank you
Change History (4)
comment:1 Changed 5 years ago by
Component: | android → server |
---|---|
Description: | modified (diff) |
Milestone: | → 2.1 |
Owner: | changed from Antoine Martin to Denis01 |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Proxy with --auth=allow does not work → Authorisation. Multifile is missing |
comment:3 Changed 5 years ago by
Summary: | Authorisation. Multifile is missing → multifile auth module error: "Password file is missing" |
---|
(editing ticket title)
comment:4 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1480
Note: See
TracTickets for help on using
tickets.
I believe that you're being bitten by the same issue as ticket:1264#comment:7 : you have to use absolute paths for filenames when the server daemonizes. r15488 now allows relative file paths.
(please always specify what version you are running)
Relevant excerpts from the proxy's "-d auth" log output should look like this:
@Denis01: please close if that works for you.
Please also edit the title: AFAIK, this has nothing to do with auth=allow.