RE: Address book - LDAP or MySQL?



Jay Blanchard wrote:

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

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?

As I understand it, LDAP and MySQL offer two different ways
of setting up a networked address book.
So I take it they can be compared as far as that is concerned.

Actually, I normally run Linux, so Active Directory
would not be a priority for me.

I didn't say LDAP was a database.
However, the principal usage of LDAP, as far as I can see
(by googling for LDAP) is in fact
to set up a network address book of some kind.
It may be used for other purposes,
but they are not really relevant to my enquiry.


--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
.



Relevant Pages

  • RE: [PHP] RE: Address book - LDAP or MySQL?
    ... not sure who posted that ldap isn't a database... ... Subject: RE: Address book - LDAP or MySQL? ... Actually, I normally run Linux, so Active Directory ...
    (php.general)
  • 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)
  • RE: [PHP] 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, ... because MySQL is a database product. ...
    (php.general)