Currently ldap_request is just a collection of fields inside an ldap_connection and is not cleanly decoupled. It should be a simple refactor job to extract it into its own proper class. This is also necessary if we ever want to support multiple in-flight requests per ldap_connection.
Currently ldap_request is just a collection of fields inside an ldap_connection and is not cleanly decoupled. It should be a simple refactor job to extract it into its own proper class. This is also necessary if we ever want to support multiple in-flight requests per ldap_connection.