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



[snip]
I'm thinking of setting up an address-book on my server,
but I'm not sure whether to use LDAP or MySQL.

As I see it, LDAP is actually designed for this,
and seems to have a more-or-less standard address-book format.
On the other hand, I'm already using MySQL for several things,
eg gallery2.

But there doesn't seem to be any standard address-book format
for SQL.
Another thing, kmail and other mail clients
seem to have standard LDAP interfaces.

I'm using phpMyAdmin with MySQL,
but there seems to be a PHP interface to LDAP too.

I don't really like LDAP, but it seems the way to go.
Is that right ... ?
I'd be interested to hear your views.
[/snip]

First of all LDAP is not a database, it is a connection protocol that
can connect to many things, most notably Active Directory seems to be
the most popular usage. Therefore you cannot compare it to MySQL,
because MySQL is a database product. Are you talking about Active
Directory being the database?
.



Relevant Pages

  • Re: LDAP with MySQL, OpenSSL and Kerberos
    ... > can MySQL can be used as a database for LDAP. ... > run we have to configure a database, openssl, kerbores. ... You could use MySQL as a database for OpenLDAP although it begs the question ...
    (comp.os.linux.misc)
  • Re: Migrating from Exchange 2000 to a Linux solution
    ... > To those that suggested a ready-made server, ... > Is MySQL any easier than LDAP to setup? ... They are much harder to find for LDAP as people tend to ... > their address books onto their PCs, plus being able to use the same ...
    (uk.comp.os.linux)
  • Re: [PHP] RE: Address book - LDAP or MySQL?
    ... Im not sure if OpenLDAP or other can use a different backed, such as MySQL. ... I suspect there would be a server to support this, ... certainly define the table structure in the database of choice. ... telling the LDAP server to use a different database seems to be out of the ...
    (php.general)
  • Address book - LDAP or MySQL?
    ... I'm thinking of setting up an address-book on my server, ... As I see it, LDAP is actually designed for this, ... and seems to have a more-or-less standard address-book format. ... On the other hand, I'm already using MySQL for several things, ...
    (Fedora)
  • Address book - LDAP or MySQL?
    ... As I see it, LDAP is actually designed for this, ... and seems to have a more-or-less standard address-book format. ... On the other hand, I'm already using MySQL for several things, ... seem to have standard LDAP interfaces. ...
    (php.general)