Can I define RADIUS clients with Python?

1k views Asked by At

I wrote an auth module for FreeRADIUS with Python. I want to manage a NAS with it.

Is there way except generating a client.conf file and restarting?

1

There are 1 answers

3
Arran Cudbard-Bell On

Not directly no. You can use sqlite if you want an easily modifiable local data store for clients definitions.