jlane67

Results 8 comments of jlane67

A good point of comparison for a floating window manager with tabs would be Fluxbox or PekWM. I like Fluxbox's window tabbing workflow. * Ctrl+Click and drag a window on...

Hi, thank you for pointing that out. I have added another commit adding a fallback to the default values. I'm not super experienced at Go, but this is just something...

I have confirmed in a deployment on our infrastructure that the changes in this PR allow full authentication with Azure Government Cloud Services when using the .us endpoints.

Allowing Dex to specify the Azure AD endpoint appears to fix this issue.

[These two lines](https://github.com/dexidp/dex/blob/master/connector/microsoft/microsoft.go#L65-L66) should be configurable from JSON as the endpoints are not used for Azure Government Cloud Services accounts. The endpoint is microsoftonline.us rather than microsoftonline.com, so making this...

Can I get some eyes on that PR? This is blocking Dex from being useful for anyone using an Azure AD endpoint other than login.microsoftonline.com.

OpenWRT 21.02.2 on WRT3200ACM works with WPA2 but not WPA3. One strange problem is that hostapd would apparently fail to change the hardware mode -back- to WPA2 and need to...

It looks like the existing import of the Java SDK's `auth` module is sufficient to pull this in with a sufficiently new SDK release, so it may be as simple...