mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Adds per-user allowed interfaces (WIP)
This commit is contained in:
parent
400ad58131
commit
4091c9c38d
11 changed files with 377 additions and 184 deletions
|
|
@ -18,9 +18,10 @@ if(haveAdminPrivileges()) then
|
|||
print(' "password": "'..value["password"]..'",\n')
|
||||
print(' "full_name": "'..value["full_name"]..'",\n')
|
||||
print(' "group": "'..value["group"]..'",\n')
|
||||
print(' "allowed_nets": "'..value["allowed_nets"]..'"\n')
|
||||
print(' "allowed_nets": "'..value["allowed_nets"]..'",\n')
|
||||
print(' "allowed_ifname": "'..value["allowed_ifname"]..'"\n')
|
||||
end
|
||||
end
|
||||
|
||||
print("}")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue