B. Baumgartl
B. Baumgartl
I tried the same configuration on an AD joined Windows 10 machine. DNS resolution for netbird works, but the local AD domain doesn't resolve anymore. It looks like netbird changes...
Another thing i noticed is that connecting netbird registers the netbird IP address in the local DNS server. This causes local network clients to sometimes get the netbird IP instead...
I just briefly checked it and it seems that the first two points (windows server netbird dns resolution, ad joined windows machine local dns resolution) seem to work now. The...
For me using c++98 worked (tested with R 3.3.3 and g++ 6.3.0 on debian 9.4). ```bash sed -i '/^CXX *=/ s/g++/g++ -std=gnu++98/' /etc/R/Makeconf ``` Maybe you have to change the...
No problem. Before you try to install the omnetpp R module with the command you posted you have to configure the c++ compiler to use the older c++98 standard. This...
I am not sure if i can help you any further, since i don't have access to my original development environment anymore. But if you can give me more information...
I did get it to work with Odoo `17.0`, the `auth_oidc` plugin from the `17.0` branch and Authentik `2024.2.2`. It is important that a signing cert is selected in Authentik...