mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements X.509 client authentication
This commit is contained in:
parent
22e5e2e9e0
commit
e9811ae688
10 changed files with 112 additions and 89 deletions
|
|
@ -1097,7 +1097,7 @@ local known_parameters = {
|
|||
["toggle_radius_auth"] = validateBool,
|
||||
["toggle_http_auth"] = validateBool,
|
||||
["toggle_ldap_referrals"] = validateBool,
|
||||
["toggle_https_auth"] = validateBool,
|
||||
["toggle_client_x509_auth"] = validateBool,
|
||||
|
||||
-- Input fields
|
||||
["minute_top_talkers_retention"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue