ahaenggli / AzureAD-LDAP-wrapper

LDAP-Wrapper for 'microsoft 365' work or school accounts/users (former 'office 365' - via Entra ID, former AzureAD without AADDS)
https://ahaenggli.github.io/AzureAD-LDAP-wrapper/
MIT License
119 stars 28 forks source link

Ldaps #71

Closed dany85free closed 7 months ago

dany85free commented 7 months ago

Can I use LDAP over TLS (STARTTLS) instead of LDAP (without encryption)?

ahaenggli commented 7 months ago

No, as mentioned in the docs. Unfortunately, the underlying ldapjs server does not support this: https://github.com/ldapjs/node-ldapjs/issues/663 However, the use of LDAP over SSL would work.

dany85free commented 7 months ago

Thanks, I hadn't seen the page