| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a rest api communicating with a ldap server. You can use it to perform ldap operations from a frontend application via http requests. It is written in PHP. Therefore, also consider the PHP LDAP Documentation
To set the proper CORS headers, provide an environment variable named "ALLOW_ORIGINS" containing a comma-seperated list of domain names which will be returned in Access-Control-Allow-Origin header.
The LDAP Server address is provided as ldap uri via the X-LDAP-URI header. Anonymous binds are currently not supported. Therefore, you need to provide valid bind credentials via HTTP Basic Auth.
All requests have to be POST requests of type application/json. The body has to contain all parameters.
Url: https://ldap.api.myfdweb.de/add
Parameters:
Url: https://ldap.api.myfdweb.de/delete
Parameters:
Url: https://ldap.api.myfdweb.de/modify
Parameters:
Url: https://ldap.api.myfdweb.de/search
Parameters:
Returns: A list of matching ldap entries. (Template: { "dn": { "attribute": "value" } })
Url: https://ldap.api.myfdweb.de/passwd
Parameters:
Url: https://ldap.api.myfdweb.de/rename
Parameters:
| Back | FazBrowse Home | New Git URL |