jguy1987

Results 5 issues of jguy1987

gpp-compiler 3.0.7 installed on Atom 1.58.0 x64 I get this exact error message when compiling my code ( a simple hello world script ) ``` 'D:\Users\Jguy\AppData\Local\Temp\hello' is not recognized as...

* 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...

Placed a try/except block in the _perform_radius_auth function that caught an invalid start byte from Windows Systems. This fixed #23

This allows you to implicitly set django to be in charge of group assignments, while still keeping remote_roles setting that will still bring over the is_staff and is_superuser flags from...

django-radius will now accept a role=su-staff Class 25 attribute from the RADIUS server to set both is_superuser and is_staff to True for the user in one step. I needed a...