releases-comm-central/ldap/xpcom
Jorg K 2d2bfbd374 Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only 2019-03-21 12:08:01 +01:00
..
public Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only 2019-03-21 12:08:01 +01:00
src Bug 1463266 - remove trailing spaces in ldap. rs=white-space-only 2019-03-21 12:08:01 +01:00
tests Bug 1470046 - Follow-up: Fix copy/paste errors in CloneInternal() functions and fix test_nsLDAPURL.js by replacing clone. r=aceman 2018-06-21 22:01:17 +02: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 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE 2014-07-31 15:15:22 +01: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>