LdapProxy is a module built for parsing the LDAP protocol version v2 and v3. It reads and parses the REQUESTs at the client side and - if the local security policy permits - sends them to the server. It parses the arriving RESPONSE and - if the local security policy permits - forwards it to the client. LdapProxy can parse the following requests and responses, consequently, these requests can be accepted or denied:
| Request/Response | Description |
|---|---|
| BindRequest | Request for binding as an object. |
| BindResponse | Response to BindRequests. |
| UnbindRequest | Request for unbinding. |
| SearchRequest | Request for submitting an LDAP query. |
| SearchResultEntry | Response to SearchRequests. |
| SearchResultDone | Response indicating the SearchRequest was performed. |
| ModifyRequest | Request to modify an entry. |
| ModifyResponse | Response to ModifyRequests. |
| AddRequest | Request to add a new entry. |
| AddResponse | Response to AddRequests. |
| DelRequest | Request to delete an LDAP entry. |
| DelResponse | Response to DelRequests. |
| ModifyDNRequest | Request to modify a DN object. |
| ModifyDNResponse | Response to ModifyDNRequests. |
| CompareRequest | Request to compare the provided assertion with an entry in the directory. |
| CompareResponse | Response to CompareRequests. |
| AbandonRequest | Request to cancel a request. |
| SearchResultReference | Response referring to another LDAP server. |
| ExtendedRequest | Request reserved for further queries. |
| ExtendedResponse | Response to ExtendedRequests. |
Table 4.39. Parsed LDAP operations
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu


