Changes between Version 12 and Version 13 of Authentication
- Timestamp:
- 02/04/14 03:57:36 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Authentication
v12 v13 22 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 23 * [/browser/xpra/trunk/src/xpra/server/auth/none_auth.py none]: 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) 24 * [/browser/xpra/trunk/src/xpra/server/auth/fail_auth.py fail]: always fails authentication - useful for testing 24 * [/browser/xpra/trunk/src/xpra/server/auth/fail_auth.py fail]: always fails authentication, no password required - useful for testing 25 * [/browser/xpra/trunk/src/xpra/server/auth/reject_auth.py reject]: always fails authentication, pretends to ask for a password - useful for testing 25 26 * [/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]) 26 27 * [/browser/xpra/trunk/src/xpra/server/auth/pam.py pam]: linux PAM authentication