releases-comm-central/ldap/xpcom
Ben Campbell 6b55ba8468 Bug 1676503 - Trivial simplification to nsLDAPConnection::InvokeErrorCallback() implementation. r=mkmelin 2020-11-11 11:21:11 +02:00
..
public Bug 1672798 - Run black formatting on mozbuild and mozconfigure files. r=mkmelin 2020-10-30 14:28:33 -04:00
src Bug 1676503 - Trivial simplification to nsLDAPConnection::InvokeErrorCallback() implementation. r=mkmelin 2020-11-11 11:21:11 +02:00
tests Bug 1672798 - Run black formatting on mozbuild and mozconfigure files. r=mkmelin 2020-10-30 14:28:33 -04:00
README.txt Bug 1534530 - remove mensions of RDF in ldap. r=jorgk 2019-03-12 14:34:00 +01:00
TODO.txt Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only 2019-03-21 12:08:01 +01:00
moz.build Bug 1672798 - Run black formatting on mozbuild and mozconfigure files. r=mkmelin 2020-10-30 14:28:33 -04:00

README.txt

This is the home for XPCOM modules that implement LDAP functionality.

What's Here
-----------
src/
	Implements a wrapper around the LDAP C SDK, as well as support
	for ldap: URLs in the browser.  Written entirely in C++;
	theoretically only depends on necko, xpcom, nspr, and the LDAP
	C SDK.

tests/
	Some basic tests to help ensure that things don't break as
        development proceeds.  Currently, there is only some stuff for
	testing the datasource.


Building
--------
See <http://www.mozilla.org/directory/xpcom.html>.

Dan Mosedale <dmose@mozilla.org>