mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add configuration of user permission for downloading pcap (hidden for the time being)
This commit is contained in:
parent
5b05b06c96
commit
a86aaa61e6
11 changed files with 148 additions and 29 deletions
|
|
@ -48,6 +48,9 @@ if(haveAdminPrivileges()) then
|
|||
end
|
||||
end
|
||||
print(' "language": "'..value["language"]..'",\n')
|
||||
if value["allow_pcap_download"] then
|
||||
print(' "allow_pcap_download": true,\n')
|
||||
end
|
||||
|
||||
print(' "username": "'..key..'",\n')
|
||||
print(' "password": "'..value["password"]..'",\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue