LDAP startTLS support (port 389)
Created by: melanger
Merge request reports
Activity
Created by: melanger
You could get inspiration from https://github.com/simplesamlphp/simplesamlphp-module-ldap/blob/cda4f8b28cdc78a84cb2fe7da058606bb9c79e1a/lib/Auth/Ldap.php#L67, it does basically the same thing, but handles potential errors and does not open a new connection with every search.