From: Oz Spade
Whats LDAP?
*has lost all ability to use google*
LDAP = Lightweight Directory Access Protocol
I think it started out before any Active Directory (maybe even Novell Directory Services) were out there. The concept of LDAP is to have a central directory (it can hold almost anything) and then the clients can do search, add, modify operations to it.
The hierarchy is tree-shaped:
Just an example:
Organization: ACME Ltd.
Under this, you can have an:
Organizational unit: Mechanics Division
Under this:
Employee: Name=John Doe Telephone: 555-1111
Employee: Name=Jane Doe Telephone: 555-2222
You can fit very big hierarchies in LDAP directories, too. But it can hold almost anything, not just personal data. It can even hold serialized JAVA classes, passwords for systems, user account information, or just that regular shared (email) directory for an organization, containing partners, etc.
It if, for example, very convenient to have many machines with the same setup and have the users and passwords stored on one main directory server, so you need to only change a password or add a user at one place, not on all the machines.
During my 3rd day of using LDAP

I made the observation that LDAP UUID's (a unique ID, a number on the server) are written the same as the UUID's (of objects, avatars, etc) in second life.
On second thought, this might not indicate that LDAP is used, maybe they just 'borrowed' (copied) the ISO standard encoding scheme.
f4ba7166-a068-4079-a855-3905b288d3f7
must be a lot nicer to read for humans and debug than just a bit 128 bit number, like:
9781234104237087423
At least i think it should be
