thanks for pointing out that LDAP isn’t reachable from the webserver app and how to solve it.
I think we need to add this feature but let’s first ask @stephdl about that. Maybe there are other ways.
Usually the next step then would be to create an issue/PR, see also Development process | NS8 dev manual
edit the custom systemd service runagent -m webserver1 systemctl --user edit webserver
verify the service is amended runagent -m webserver1 systemctl --user cat webserver
check the files manually cat /home/webserver1/.config/systemd/user/webserver.service.d/override.conf
reload and restart systemd
The first line clears the original ExecStartPre option, the next two lines are recreating the original with the addition.
Thank you @stephdl.
I just started testing NS8 and the upgrade path from NS7. Very promising so far. Great work by the Dev Team. Customization will be an important thing on the production servers.
If you upload an application in the Webserver app, I understand connecting AD through Ldapproxy is still desirable, however as workaround you can use the AD IP address directly.
In my case the webserver app and the samba app is on the same node.
I can connect to the AD ldap from other machines, but not from the webserver app on the same node.