Skip to content

Commit 2b89ba0

Browse files
committed
data/settings: Change auth_socket_path and login_socket_path to be advanced settings
1 parent bf7578b commit 2b89ba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/settings.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4595,6 +4595,7 @@ auth_realms = example.com another.example.com foo
45954595

45964596
auth_socket_path: {
45974597
default: 'auth-userdb',
4598+
advanced: true,
45984599
values: setting_types.STRING,
45994600
text: `
46004601
The UNIX socket path to the master authentication server for finding users.
@@ -7180,6 +7181,7 @@ The prefix for each line written to the log file.
71807181

71817182
login_socket_path: {
71827183
values: setting_types.STRING,
7184+
advanced: true,
71837185
added: {
71847186
settings_login_socket_path_added: false,
71857187
},

0 commit comments

Comments
 (0)