dbaarda / LightLdapd

Tiny LDAP server exporting NSS databases using PAM authentication.
GNU General Public License v3.0
2 stars 1 forks source link

Refactor ldap_request into its own class. #10

Closed dbaarda closed 5 years ago

dbaarda commented 5 years ago

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.