-
Notifications
You must be signed in to change notification settings - Fork 0
mod_psldap API
Dave Picard edited this page Jul 21, 2024
·
1 revision
mod_psldap consumes and generates XML following a limited form of the DSML schema specification processing HTTP requests for the request types and returning DSML structured responses as the response data.
- This limited implementation supports the searchRequest, modifyRequest, addRequest, delRequest, compareRequest, and modDNRequest request types
- Several additional custom request types are also supported to include:
- passwordChangeRequest - changes the password of the requesting user
- registerRequest - creates a user record under a restricted base DN in the connected directory
- presentRequest - returns the data in a specific attribute of a requested DN ( useful to present images )