72 | | When used with the proxy server, the password multifile (see [/wiki/Authentication#Modules Authentication Modules]) should contain one user per line using the format: |
73 | | {{{ |
74 | | USERNAME|PASSWORD|UID|GID|SESSION_URI|ENV_VARS|SESSION_OPTIONS |
75 | | }}} |
76 | | |
77 | | Details: |
78 | | * {{{USERNAME}}} and {{{PASSWORD}}} are used for authentication |
79 | | * {{{UID}}} and {{{GID}}} are used for the new proxy process (and can be set to {{{nobody}}}) |
80 | | * {{{SESSION_URI}}} is the usual xpra connection string of the actual target session, ie: |
81 | | {{{ |
82 | | tcp:HOST:PORT |
83 | | }}} |
84 | | or |
85 | | {{{ |
86 | | ssh:HOST:DISPLAY |
87 | | }}} |
88 | | * {{{ENV_VARS}}} is an optional attribute which can contain ";" separated name-value pairs which will affect the environment of the new process spawned after authentication. |
89 | | * {{{SESSION_OPTIONS}}} is an optional attribute which can contain ";" separated name-value pairs which will override the client's connection settings and apply to the connection between the proxy and the real server only. |
| 72 | See [/wiki/Authentication] |