You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've written some code for setting RADIUS usernames and passwords along with some demo Python code. Please tell me if you would like me to submit a pull request.
Paul
Hi,
I've written some code for setting RADIUS usernames and passwords along with some demo Python code. Please tell me if you would like me to submit a pull request.
Paul
https://github.com/mtnocean/pyunifi/tree/radius
functions:
get_radius_users(self)
add_radius_user(self, name, password)
update_radius_user(self, name, password, id)
delete_radius_user(self, id)
support functions for delete_radius_user():
_delete(self, url, params=None)
_api_delete(self, url, params=None)
utilities:
unifi-ls-radius
- lists all usernames/passwordsunifi-save-radius
- saves all usernames/passwords to a .csv fileunifi-copy-radius
- copies all usernames/passwords from one site to anotherin progress:
unifi-upload-radius
- uploads a .csv file of usernames/passwords to a siteThe text was updated successfully, but these errors were encountered: