Disabling TLS for LDAP in NethServer 8 – Is It Possible?

NethServer Version: 8
Module: samba

Hello everyone,
In NethServer 8, is it possible to configure LDAP to work without TLS (port 636)?

I’m asking because I have an internal mail server and I’m still using NethServer 7, which communicates with it for user synchronization. In NethServer 7, I noticed that TLS is disabled by default, and it uses port 389.

The real issue is that when I configure my mail server to authenticate with NethServer 8, I end up getting an error.

Current setting mail server

I’ve tried configuring it in every possible way, which is why I’m asking if there’s a way to disable TLS in NethServer 8 so I can attempt synchronization.

The last picture you shared i can see that Basedn is wrong, binddn too, port must be over 636 ldaps (ssl checked)

Ldaps over 636 is a mandatory…

2 Likes

Yes to protect the password, TLS is mandatory by default. If your network is already secured and TLS is not a requirement for you, look at this thread:

2 Likes

Thanks, davidep.

It’s work.