Alexander Clouter

Results 105 comments of Alexander Clouter

Replied: > On Mon, 18 Sep 2023, at 19:34, J R wrote: > > I was setting up your code for authentication against Azure AD, but I > > received...

This [sounds familar](https://github.com/jimdigriz/freeradius-oauth2-perl/issues/2) and I assumed it would Just Work(tm), sorry it does not! As a quick suggestion, set up a *second* instantiation of the oauth2_perl module (call it `oauth2_perl_student`...

Oh, I also recommend moving to the NetworkRADIUS packaging for FreeRADIUS (preferably 3.2.x), it is supported by the community and is a lot more recent; instructions are at https://github.com/jimdigriz/freeradius-oauth2-perl/tree/master#debianubuntu

> Is this the correct way doing it? > kwargs = {'_configuration': self.configuration} This fix is needed and resolves the problems I have.

We see the same problem too, if you try to set it on `HttpApi` you get: ``` Error: [InvalidGlobalsSectionException('Globals', "'BinaryMediaTypes' is not a supported property of 'HttpApi'. Must be one...

...documenting this as no one seems to have written down this step. It uses a client certificate and I found details about it at https://www.osso.nl/blog/supermicro-java-console-redirection-kvm/, I should have figured it...

...though of course just updating the BMC/IPMI firmware provides you with a built-in HTML5 option for remote controlling this board which means you do not have to use noVNC anyway.

It works for Windows 11 but you need to access the old wireless configuration control panel; the new UI does not display GEANTLink as an option (ie. run `ncpa.cpl` and...

Sounds reasonable, I'll take a stab at this over the next few weeks when I find some time and get back to you. Thanks for the fast feedback and suggestions!

> 4. Don't make it a hidden file - I think it's important for end users to know this is happening too. @yuvipanda Would you be willing to drop this...