Re: [PHP] RE: Address book - LDAP or MySQL?



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 :)])

-nathan

On 6/29/07, Jay Blanchard <jblanchard@xxxxxxxxxx> wrote:

[snip]
umm...

not sure who posted that ldap isn't a database... ldap isn't a database
like
oracle, mysql, sybase, etc.. it's meant to be a kind of lightweight
database/protocol for establishing user address book kinds of
information,
normally used for user id/auth processes.
[/snip]

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.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Relevant Pages

  • Re: Address book - LDAP or MySQL?
    ... directory service which is the abstraction layer for the actual data ... And an LDAP server will typically house said repository namespace. ... LDAP as a protocol and LDAP servers, ... database" and left it at that. ...
    (php.general)
  • Re: Address book - LDAP or MySQL?
    ... LDAP as a protocol and LDAP servers, ... database" and left it at that. ... it took a long time to establish LDAP as a web service and now ...
    (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)