From: | "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com> |
---|---|
To: | "Marco Curtolo" <marcoecommerce(at)hotmail(dot)it> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Import LDAP data to a Postgres database |
Date: | 2007-12-06 08:52:11 |
Message-ID: | b35603930712060052i78e64af3xdd4aaf4291c73ad2@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 12/6/07, Marco Curtolo <marcoecommerce(at)hotmail(dot)it> wrote:
> Hi, my question is this: it is possible to query, using SQL, an LDAP server
> and put these data to a table of a Postgres database (under linux) ???
I don't know of any LDAP server implementations that can
be queried via SQL, and getting LDAP tree data into any
RDBMS can be done, but it won't be trivial once you get
to tree objects that have more than one value per attribute,
i.e. you'll have to map those attributes into separate tables.
> Thanks to all.
Cheers,
Andrej
--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-12-06 08:58:40 | Re: Import LDAP data to a Postgres database |
Previous Message | Marco Curtolo | 2007-12-06 08:42:19 | Import LDAP data to a Postgres database |