Skip to content

Commit a2d5d94

Browse files
committed
login_proxy_rawlog_dir: Indicate login variable support
1 parent 4797a32 commit a2d5d94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

data/settings.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7287,7 +7287,10 @@ aren't attempted.`
72877287
text: `
72887288
Login processes write rawlogs for proxied connections to this directory for
72897289
debugging purposes. Note that login processes are usually chrooted, so the
7290-
directory is relative to \`$base_dir/login/\`.`
7290+
directory is relative to \`$base_dir/login/\`.
7291+
7292+
You can use [[link,login_variables]] with this setting.
7293+
`
72917294
},
72927295

72937296
login_proxy_timeout: {

data/updates.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const updates = {
4848
ja3_identifier: '2.4.0',
4949
ldap_multi_added: '2.4.0',
5050
lmtp_nologin_added: '2.4.0',
51+
login_proxy_rawlog_dir_changed: '2.4.2',
5152
lua_auth_init: '2.4.0',
5253
lua_dns_client: '2.4.0',
5354
lua_script_init: '2.4.0',

0 commit comments

Comments
 (0)