LDAP: Replacing Exchange Revisited
January 29th, 2007 by Tom Adelstein
LDAP can occupy numerous places in an IT infrastructure. For example, you can migrate Network Information Services (NIS) to LDAP and many Legacy UNIX centric organization have done just that. While the NIS migration model serves as one excellent example, many others exist. Most recently, I saw LDAP used as a simple white page - name and address - directory service. I consider that under utilizing LDAP.
Just a simple note: NIS is client-server directory service protocol for distributing system configuration information such as user and host names between computers on a computer network. NIS uses a flat database structure while LDAP as we've discussed uses a hierarchical structure.
My first exposure to LDAP occurred in 1999. While on a consulting assignment at one of the major telecommunication firms, I saw my client migrating from their own email system to MS Exchange. Someone convinced them that their own system running on their own mainframes would fail on midnight January 1, 2000.
After the migration, it dawned on the the IT management folks that they forgot to consider their 30,000 UNIX users. You can imagine the mess. Our friends in Redmond did not produce a UNIX version of Outlook.
Later that year, I rounded up a few developers and orchestrated the creation of a UNIX clone which worked with Exchange. We used Collaboration Data Objects (CDO)and built a proxy to run from a UNIX client to Exchange. The main goal of the project focused on calendar events.
While interest in the client circulated from one Fortune 50 company to many others, Exchange administrators feared having "rogue" technology on their networks.
As a product, our client failed, but in the process of marketing and accepting requests we discovered that we could build a server that could function side by side with Exchange. We also discovered an LDAP directory running like white pages within Exchange.
Note: In the next segment, we'll discuss ObjectClasses, attributes and schemas, but not now.
Suffice it to say, Exchange used standard ObjectClasses and attributes within its directory. We did not find it a stretch to duplicate those LDAP objects. Ultimately, the Exchange 5.5 directory morphed into AD - the current enterprise directory from Redmond. Still, in building a product people would buy, we found LDAP a common crossover thread.
So, what's the point of this story? Plain and simple, the Open Source Community has had the makings of products widely used in enterprises today. We just have not taken advantage of our resources.
Now, consider this a short prelude to deeper aspects of the LDAP protocol. If we want to move our Open Source LDAP products (OpenLDAP and Fedora Directory Server) deeper into business we need to first understand the basic building materials and then start to innovate.
Our next adventure begins with schemas and the objects that make work. Speak to you soon.
__________________________
Subscribe now!
Recently Popular
| How Should Mozilla Execute Its Vision? | Jul-08-08 |
| Why Python? | May-01-00 |
| Building a Call Center with LTSP and Soft Phones | Aug-25-05 |
| An Open Video to HP | Jul-02-08 |
| Add an Auto-Incrementing Build-Number to Your Build Process | Jul-08-08 |
| Automating the creation of slide shows in OpenOffice.org | Jul-07-08 |
Featured Video
From the Magazine
August 2008, #172
There's nuttin like a Cool Project to give you some relief from the summer heat, so get out your parka cuz we got a bunch of em. First up is the BUG, not a bug, The BUG. It's got a GPS, camera and more, in a hand-sized package that's user programmable. The BUG does everything. It's both a floor wax and a dessert topping. Get one now. Need a software version of a Swiss Army knife? Take a look at Billix, and don't leave home without it. Then, chew on this one, an X server on a Gumstix device driving an E-Ink display. Need more storage? How about 16 Terabytes? Can do.
And, of course, we have the usual cast of characters: Marcel, Reuven, Dave, Kyle, Doc, plus the new kid on the block Shawn Powers. But it doesn't stop there: build a MythTV box on a budget, build your own GIS system, set up the tools to monitor your enterprise and more. Finally, remember The War of the Worlds? Now you can play too.
Delicious
Digg
Reddit
Newsvine
Technorati






LDAP: Replacing Exchange Revisited
On April 17th, 2008 concon says:
Thanks for the suggestion…
__________________________muhabbet | Yonja | Netlog
linux
On October 2nd, 2007 enigma free download (not verified) says:
Mac? I How my install Wine on do Thanks.
thank you
On October 1st, 2007 corlu (not verified) says:
any more news ?
oyn
On October 1st, 2007 oyun (not verified) says:
thank you site page !
are we there yet?
On September 26th, 2007 Rhanne (not verified) says:
so have you taken advantage of the resources yet? we open source fans await...
LDAP question
On June 26th, 2007 Maldee (not verified) says:
I'm LDAP newbie..
I just want to kow:
1) what exactly LDAP can do in term of web base applications and others thing.
2) What the system requirement for server to use LDAP ?
3) can LDAP be standalone (testing in localhost) ?
thanks
keep me updated
On September 18th, 2007 havaianas (not verified) says:
I would be interested in helping.
yes
On August 6th, 2007 laptop (not verified) says:
it can be standalone afaik
AD is LDAP in disguise
On March 1st, 2007 Anonymous (not verified) says:
I am a W2K network admin. AD is LDAP in disguise, modified for Windows 2000 networking. MS just pulled it from the shelf and used it in its own OS. It uses the same TCP/IP ports (489) to listen on. You can issue the same LDAP commands to query the directory.
If you know AD, you know LDAP. And if you know LDAP, your half way to knowing AD.
Code...
On January 29th, 2007 Anonymous (not verified) says:
...or it didn't happen.
ldap is working for WInxp & linux
On February 6th, 2007 Nandkishor (not verified) says:
Hi,
The Ladap is working for the file central authentication for Win XP & Linux users.
Any more news?
On August 24th, 2007 Hikaye (not verified) says:
Any more news?
Is it finished yet?
On September 18th, 2007 boquete panama (not verified) says:
Please update me if you have a solution yet.
A bit of history
On June 10th, 2007 Russian translation for Linux (not verified) says:
By the way: LDAP was designed at the University of Michigan to adapt a complex enterprise directory system (called X.500) to the modern Internet. X.500 is too complex to support on desktops and over the Internet, so LDAP was created to provide this service "for the rest of us."