Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
I can't get LDAPS to work with ProjeQtor.
Authentication works fine in simple ldap.
My configuration :
base DN LDAP : CN=Users,DC=mydomain,DC=local
ldaps://HOSTNAME.mydomain.local/
Port LDAP : 636
Version LDAP : 3
Filter for users : sAMAccountName=%USERNAME%
My tests :
- Authentification LDAP simple with this configuration : OK
base DN LDAP : CN=Users,DC=mydomain,DC=local
ldap://HOSTNAME.mydomain.local/
Port LDAP : 389
Version LDAP : 3
Filter for users : sAMAccountName=%USERNAME%
- Check rules firewall port : OK
- Test telnet with port 636 to ldap server : OK
- Test the DNS name resolution of the LDAP server from the Projeqtor server: OK
- Checking SSL activation with PHP: OK
php -i | grep -i openssl
SSL Version => OpenSSL/1.1.1d
openssl
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1d 10 Sep 2019
OpenSSL Header Version => OpenSSL 1.1.1d 10 Sep 2019
Openssl default config => /usr/lib/ssl/openssl.cnf
openssl.cafile => no value => no value
openssl.capath => no value => no value
Native OpenSSL support => enabled
I can't find a solution to my problem ...
Thank you in advance for your assistance.
Regards,
Hi,
Note that what you try is valid for LDAPS, not for LDAP through SSL over TLS.
If you need this last, have a look at ticket #3103 (not implemented yet)