forked from OSSTech-JP/openldap
-
Notifications
You must be signed in to change notification settings - Fork 1
OpenLDAP JSON RPC Backend
dago edited this page Sep 17, 2014
·
6 revisions
- [JSON-RPC Protocol] (https://en.wikipedia.org/wiki/JSON-RPC)
- API based on [Connect2LDAP] (http://connect2id.com/products/json2ldap/web-api#ldap-search)
- Sourcecode [back-sock] (https://buildfarm.opencsw.org/source/xref/openldap/servers/slapd/back-sock/)
- C-API with Jansson, [API Ref] (https://github.com/akheron/jansson/blob/2.6/doc/apiref.rst)
- [RFC 4627: The application/json Media Type for JavaScript Object] (http://www.faqs.org/rfcs/rfc4627.html)
- [LDAP Controls] (http://www.networksorcery.com/enp/protocol/ldap.htm)
- Octet Strings in [LDAP] (https://buildfarm.opencsw.org/source/xref/openldap/include/lber.h#211) are [UTF-8] (http://tools.ietf.org/html/rfc4511#section-4.1.2), the same as in [Jansson] (https://jansson.readthedocs.org/en/latest/apiref.html#string)