- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-29-2018 03:57 AM
Hello everybody,
I've just installed and updated the Expedition VM and I'm trying to configure LDAP (Active Directory) authentication. It works fine when contacting the domain controller over port tcp/389 without SSL, but it doesn't work if I set SSL (and port tcp/636, of course). The domain controller uses a self signed certificate for the LDAP service. I tryed to import the CA certificate on the Expedition VM at /etc/ssl/cert. but nothing changed. I know that the domain controller is well configured for LDAP over SSL, since I already use this type of authentication for other services, including admin authentication on Palo Alto firewalls. Any suggestion?
Thank you in advance
03-25-2022 08:04 AM
The accepted solution "TLS_REQCERT never" is not really a fix. This only bypasses cert checking. If you are running into this issue it's because your company run's their own root CA and you generated a cert for expedition from it. So you need to put your local cert into the Linux cert store.
Proper fix:
$ sudo cp local-ca.crt /usr/local/share/ca-certificates
$ sudo update-ca-certificates
11-29-2018 05:23 AM
Solved by adding
TLS_REQCERT never
into /etc/ldap/ldap.conf
Hope this helps someone else.
11-29-2018 05:34 AM
Excellent, thanks for sharing.
12-05-2018 08:17 AM
thank you for posting grenzi
03-25-2022 08:04 AM
The accepted solution "TLS_REQCERT never" is not really a fix. This only bypasses cert checking. If you are running into this issue it's because your company run's their own root CA and you generated a cert for expedition from it. So you need to put your local cert into the Linux cert store.
Proper fix:
$ sudo cp local-ca.crt /usr/local/share/ca-certificates
$ sudo update-ca-certificates
03-25-2022 08:15 AM
@Sean_Small yes, you are right 👍
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!