mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add trace http auth events on log file. (#7434)
This commit is contained in:
parent
f5807dadd3
commit
9282581f3f
6 changed files with 59 additions and 0 deletions
|
|
@ -153,6 +153,11 @@ local menu_subpages = {{
|
|||
description = i18n("prefs.http_auth_server_description"),
|
||||
hidden = have_nedge
|
||||
},
|
||||
http_auth_server_log = {
|
||||
title = i18n("prefs.http_auth_server_log_title"),
|
||||
description = i18n("prefs.http_auth_server_log_description"),
|
||||
hidden = have_nedge
|
||||
},
|
||||
toggle_client_x509_auth = {
|
||||
title = i18n("prefs.client_x509_auth_title", {
|
||||
product = info.product
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue