Re: Address book - LDAP or MySQL?
Nathan Nobbe wrote:
On 6/29/07, Jay Blanchard <jblanchard@xxxxxxxxxx> wrote:
Twas me. LDAP is not a database it is a protocol for accessing a
directory service which is the abstraction layer for the actual data
repository namespace.
And an LDAP server will typically house said repository namespace. Like
OpenLDAP using BerkDB.
I think thats where people are getting confused. The difference between
LDAP as a protocol and LDAP servers,
which incorporate the protocol and the directory storage.
(please correct me if im wrong [like i had to ask :)])
You are totally correct. That's why I posted to Jay's original reply as
it wasn't particularly helpful in that it basically said "LDAP is not a
database" and left it at that.
For the vast majority of scenarios, you can just consider "LDAP" (when
referencing an LDAP server) as a database of sorts, just with a
different query interface to std SQL :)
Lots of things integrate with LDAP and since deploying it in my office
we've continually found new uses for it due to extensive support in lots
of applications, web based and desktop alike.
Col
.
Relevant Pages
- Re: [PHP] RE: Address book - LDAP or MySQL?
... directory service which is the abstraction layer for the actual data ... LDAP as a protocol and LDAP servers, ... not sure who posted that ldap isn't a database... ... (php.general) - Re: [Full-Disclosure] How secure is PHP ?
... still run LDAP access to information for student directory purposes. ... make separate users in the mysql database for each student. ... Once a user is authenticated through LDAP then you know that it's not ... If you are running an>> LDAP or AD environment, you can use the LDAP to authenticate the ... (Full-Disclosure) - Re: Kerberos OpenLDAP Frontend
... (And we implement some preauthentication bits via additional database entries under different names, an idea which really should be revisited if and when we revamp the database format someday.) ... The krbtgt principal data is actually cached very briefly in the MIT KDC, but is re-fetched often because we don't get notification when it changes. ... While the performance comparison details are going to vary -- a local LDAP server process keeping all its data in memory might be faster than going out to disk to read a db2 file, if your disk cache isn't efficient -- I would expect db2 to be faster in the normal cases. ... MIT's db2 code won't support databases over 4G; the LDAP back end, I presume, will support more principal entries at the high end, though I don't know what the performance characteristics are like. ... (comp.protocols.kerberos) - Re: Set up an LDAP address book server?
... Most mail clients these days are happy to operate as IMAP clients, and the better ones do a sufficiently good job of local caching that the off-line issue doesn't bite, either. ... The trouble is that LDAP seems to be used for a bunch of other things, like authentication databases, and so the documentation starts to use words like "schema" and I find it impenetrable. ... Also, openldap23-server won't install when openldap23-client is installed, and my system says that 64 installed packages depend on -client, so de-installing it doesn't seem to be an option. ... does anyone know of a good/simple recipe for setting up an LDAP address book database of the sort that existing e-mail clients want to use? ... (comp.unix.bsd.freebsd.misc) - RE: [SLE] Zero day start
... I assume it's like LDAP and you log in once and it authenticates ... against one database. ... The zero day start/stop thing is a way of saying ... ... but the novell site doesn't have as much information as I ... (SuSE) |
|