[EMAIL PROTECTED] (David A. Cobb) writes: > Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.7+) Gecko/20011221 > > I was investigating something about ldap where a URI was given: > "ldap://something something something" I thought I'd give it a try. > So I pasted the URI into the browser address input.
Long ago, I wrote some code for mozilla to handle ldap: URLs. Unfortunately, it has at least one serious threadsafety problem, so it's not yet turned on in the default builds. If you don't mind the additional crash risk, you can build on Windows with the ENABLE_LDAP_EXPERIMENTAL env var set, on unix with --enable-ldap-experimental, and Mac with ldap_experimental and the handler will be turned on in that build. Note that I haven't built this code in a while, so it's possible that it'll need a few tweaks to work. Dan
