-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Currently only bindRequest, unbindRequest, and searchRequest are supported. This is enough for pam_ldap and nss_ldap to work.
The following requests are unsupported; modifyRequest, addRequest, delRequest, modDNRequest, compareRequest, abandonRequest, and extendedRequest. If any of these requests are sent, the connection is terminated.
The abandonRequest should probably not terminate the connection, but having it actually cancel an in-flight request requires other changes.
Requests for modifying entries may never be supported, but might be useful if pam_ldap and nss_ldap support remotely changing passwords etc. Otherwise these could only be changed on the lightldapd server.
The compareRequest might be easy to implement. File a feature request if you want it, and explain why.
I haven't even thought about extendedRequest. File a feature request if you want it, and please explain why.