Skip to content

login_proxy_rawlog_dir: Indicate login variable support #1268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7287,7 +7287,10 @@ aren't attempted.`
text: `
Login processes write rawlogs for proxied connections to this directory for
debugging purposes. Note that login processes are usually chrooted, so the
directory is relative to \`$base_dir/login/\`.`
directory is relative to \`$base_dir/login/\`.

[[changed,login_proxy_rawlog_dir_changed]] You can use [[link,login_variables]] with this setting.
`
},

login_proxy_timeout: {
Expand Down
1 change: 1 addition & 0 deletions data/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const updates = {
ja3_identifier: '2.4.0',
ldap_multi_added: '2.4.0',
lmtp_nologin_added: '2.4.0',
login_proxy_rawlog_dir_changed: '2.4.2',
lua_auth_init: '2.4.0',
lua_dns_client: '2.4.0',
lua_script_init: '2.4.0',
Expand Down