PackeTsar / radiuid

An application to extract User-to-IP mappings from RADIUS accounting data and send them to Palo Alto firewalls for use by the User-ID function.
http://packetpushers.net/radiuid/
GNU General Public License v3.0
34 stars 10 forks source link

Features to Add for v2.0.0 #1

Closed PackeTsar closed 8 years ago

PackeTsar commented 8 years ago
PackeTsar commented 8 years ago

[COMPLETED] POSSIBLY: Write new config reader and reformat config file

PackeTsar commented 8 years ago

[COMPLETED] Add CLI commands to view current mappings in palo alto

[COMPLETED] Add support for pushing/maintaining for multiple firewalls

PackeTsar commented 8 years ago

[COMPLETED] Move indirectly called methods to classes and call like modules

PackeTsar commented 8 years ago

[CANCELLED] Add command to backup config (back them up to a local directory), then an option to rollback to those configs

PackeTsar commented 8 years ago

[COMPLETED] add command to push a specific mapping manually to the firewall

PackeTsar commented 8 years ago

[COMPLETED] Write IU method for printing the targets var as a nice table

PackeTsar commented 8 years ago

[CANCELLED] Execute pushes to different firewalls on separate threads than the main thread to execute faster pushes

PackeTsar commented 8 years ago

[COMPLETED] Add checks to installer and startup procedure for global settings using check methods build for CLI commands

PackeTsar commented 8 years ago

BUG: Cannot set password as "password"

PackeTsar commented 8 years ago

[COMPLETED] Add warning message to CLI set target command if any targets have incomplete parameters. [COMPLETED] Need to add messaging functionality to the change_targets method.

PackeTsar commented 8 years ago

[CANCELLED] Add function to remove UIDs when a log out radius log is seen [COMPLETED] Add confirmation for clearing UIDs from Palos

PackeTsar commented 8 years ago

[COMPLETED] Add support for multi-vsys [COMPLETED] Add multi-vsys support in installer

PackeTsar commented 8 years ago

[COMPLETED] Add ability for app to keep running when HTTP locks up

PackeTsar commented 8 years ago

[COMPLETED} "show run set" breaks when no targets exist

PackeTsar commented 8 years ago

[COMPLETED] Add autocomplete functionality for CLI

PackeTsar commented 8 years ago

[COMPLETED] Add commands to set /remove clients for freeradius

PackeTsar commented 8 years ago

[NO FIX] Installer utility does not enable autocomplete for users sessions until after logout

PackeTsar commented 8 years ago

[COMPLETED] Add support for circular logging

PackeTsar commented 8 years ago

[CANCELLED] Add freeradius client.conf path as a config element

PackeTsar commented 8 years ago

2.0.0 Released. Closing issue.