Changes between Version 27 and Version 28 of Authentication
- Timestamp:
- 04/02/17 10:44:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Authentication
v27 v28 52 52 * {{{SOME_OTHER_ENV_VAR_NAME=mysecret xpra start --auth=env:name=SOME_OTHER_ENV_VAR_NAME}}} 53 53 * {{{xpra start --auth=password:value=mysecret}}} 54 * {{{xpra start --auth=file:filename= mypasswordfile.txt}}}55 * {{{xpra start --auth=multifile:filename= userlist.txt}}}54 * {{{xpra start --auth=file:filename=/path/to/mypasswordfile.txt}}} 55 * {{{xpra start --auth=multifile:filename=/path/to/userlist.txt}}} 56 56 57 57 Beware when mixing environment variables and password files as the latter may contain a trailing newline character whereas the former often do not.