18 Oct
2018
18 Oct
'18
8:36 a.m.
On Oct 18, 2018, at 8:23 AM, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
Question... there isn't per chance a dummy radiusd Python module out there that can be used to mock up FR structures accessible through Python, is there? :-)
Nope. Tho the inputs are just tuples, so you should be able to mock that up easily. i.e. create a stub python module that just prints out its inputs. Then, use those inputs to mock up another module.
Reason I ask is because as much as FR can be built on a macOS environment, the person in question doesn't need/want a full FreeRADIUS environment on their system to develop some Python modules... :-)
Makes sense... Alan DeKok.