Skip to content

Unsupported request types. #5

@dbaarda

Description

@dbaarda

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions