Changes between Version 29 and Version 30 of Authentication
- Timestamp:
- 05/20/17 06:19:36 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Authentication
v29 v30 40 40 ||{{{sys}}}||system authentication||virtual module which will choose win32 or pam authentication automatically|| || 41 41 ||[/browser/xpra/trunk/src/xpra/server/auth/sqlite_auth.py sqlite]||sqlite database authentication||see ticket:1488#comment:37 || >=2.1|| 42 ||[/browser/xpra/trunk/src/xpra/server/auth/peercred_auth.py peercred]||SO_PEERCRED authentication||see r15886 || >=2.1|| 42 43 }}} 43 44 … … 45 46 == Module Options == 46 47 47 Version 0.17 introduces authentication module options so that each authentication module can specify options to configure its behaviour.48 48 The same module may be used with different types of sockets (tcp-auth vs auth), each with a different set of options. 49 49 For more details see ticket:1159#comment:1. … … 63 63 == Password File == 64 64 65 In versions before 0.17, the password file could contain a single password or multiple usernames and passwords. This was confusing and error prone, which is why 0.17 has distinct modules for each use case: "file" and "multifile". See #1159 for details. 66 67 For more information on the multifile password file format, see [/ProxyServer#FileAuthenticationExtras proxy server file authentication].65 "file" vs "multifile": 66 * "file" contains a single password, the whole file is the password 67 * "multifile" contains a list of authentication values, see [/ProxyServer#FileAuthenticationExtras proxy server file authentication]. 68 68 }}} 69 69