Changes between Version 41 and Version 42 of Authentication
- Timestamp:
- 05/08/18 06:45:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Authentication
v41 v42 67 67 68 68 Beware when mixing environment variables and password files as the latter may contain a trailing newline character whereas the former often do not. 69 The most common used option is the file / multifile filename option, see below.70 69 }}} 71 70 … … 75 74 "file" vs "multifile": 76 75 * "file" contains a single password, the whole file is the password 77 * "multifile" contains a list of authentication values, see [/wiki/ProxyServer#FileAuthenticationExtras proxy server file authentication] - this module is deprecated in favour of "sqlite" which is easier to configure.76 * "multifile" contains a list of authentication values, see [/wiki/ProxyServer#FileAuthenticationExtras proxy server file authentication] - this module is deprecated in favour of "sqlite" #1488 which is easier to configure. 78 77 }}} 79 78 … … 83 82 84 83 The steps below assume that the client and server have been configured to use authentication: 85 * If the server is not configured for authentication, the client connection should be accepted buta warning will be printed86 * If the client is not configured for authentication, the connection will fail with an authentication error84 * If the server is not configured for authentication, the client connection should be accepted and a warning will be printed 85 * If the client is not configured for authentication, a password dialog may show up, and the connection will fail with an authentication error if the correct value is not supplied 87 86 88 87 [[BR]]