mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add option to disable LDAP referrals
This commit is contained in:
parent
74b916c054
commit
5e3d88d0cc
5 changed files with 17 additions and 2 deletions
|
|
@ -1097,6 +1097,7 @@ local known_parameters = {
|
|||
["toggle_local_auth"] = validateBool,
|
||||
["toggle_radius_auth"] = validateBool,
|
||||
["toggle_http_auth"] = validateBool,
|
||||
["toggle_ldap_referrals"] = validateBool,
|
||||
|
||||
-- Input fields
|
||||
["minute_top_talkers_retention"] = validateNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue