django-radius
django-radius copied to clipboard
Modified Class Attribute call from RADIUS:
- Added 'su-staff' as a valid Class Attribute coming from RADIUS. This will set both is_staff and is_superuser to True in one action.
- Added relevant call to README to outline changes as documentation.
I needed some mechanism to set both is_staff and is_superuser to True for a user object in one action.