Changes between Version 10 and Version 11 of Authentication
- Timestamp:
- 02/04/14 03:49:09 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Authentication
v10 v11 20 20 [[BR]] 21 21 Here are the modules that can be used: 22 * [/browser/xpra/trunk/src/xpra/server/auth/allow_auth.py allow]: always allows the user to login - dangerous / only for testing 22 * [/browser/xpra/trunk/src/xpra/server/auth/allow_auth.py allow]: always allows the user to login, the username used is the one supplied by the client - dangerous / only for testing 23 * [/browser/xpra/trunk/src/xpra/server/auth/none_auth.py fail]: always allows the user to login, the username used is the one the server is running as - dangerous / only for testing (requires version 0.12 or later) 23 24 * [/browser/xpra/trunk/src/xpra/server/auth/fail_auth.py fail]: always fails authentication - useful for testing 24 25 * [/browser/xpra/trunk/src/xpra/server/auth/file_auth.py file]: looks up usernames and password in the password file (see [/wiki/Authentication#PasswordFile below])