toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
General
LDAPS
pnparadis
December 2015
in
General
Does ldap-users-sync works with the latest versin of TLS?
Pierre-Nicolas
Comments
AndreL
December 2015
ldap-users-sync is done using LDAP and OpenSSL support provided by PHP.
Please check
https://github.com/adldap/adLDAP/wiki/LDAP-over-SSL
to have more details.
Best regards,
AndreL
December 2015
The last beta version supports LDAPS with Windows 2012 servers and is available here:
http://download.multiotp.net/beta
/
This is the trick:
putenv('LDAPTLS_CIPHER_SUITE=NORMAL:!VERS-TLS1.2');
Which will disable TLS1.2 negotiation, because GnuTLS and SChannel TLS1.2 implementation are not yet compatible.
This discussion has been closed.
Comments
Please check https://github.com/adldap/adLDAP/wiki/LDAP-over-SSL to have more details.
Best regards,
This is the trick:
putenv('LDAPTLS_CIPHER_SUITE=NORMAL:!VERS-TLS1.2');
Which will disable TLS1.2 negotiation, because GnuTLS and SChannel TLS1.2 implementation are not yet compatible.