You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



LDAP XPCOM Modules

Questions or comments to netscape.public.mozilla.directory

Author: Dan Mosedale <dmose@mozilla.org>

Overview

These modules (well, at the moment, there's only one) live in the Mozilla CVS tree under mozilla/directory/xpcom/.

For a description of what is currently here, see the README.

If you're interesting in lending a hand, the first thing to do is check out the TODO list to get an idea of what is planned and needs to be done. Feel free to post to the newsgroup with questions or to come to the #mozilla channel on irc.mozilla.org and ask around there.

Building

Unix
Simply build as you normally would, but supply the --enable-ldap option to configure (either on the command-line or in your .mozconfig file).
Windows
Set ENABLE_LDAP to 1 in your environment before building. Build as usual.
Mac
To build the XPCOM LDAP component on Macintosh, add the following line to your Mozilla debug build prefs file before building: options ldap 1 and then build.

Running

Run mozilla and type an ldap: URL into the location bar. It should just work.