Re: Import LDAP data to a Postgres database - Mailing list pgsql-general

From Andrej Ricnik-Bay
Subject Re: Import LDAP data to a Postgres database
Date
Msg-id b35603930712060052i78e64af3xdd4aaf4291c73ad2@mail.gmail.com
Whole thread Raw
In response to Import LDAP data to a Postgres database  (Marco Curtolo <marcoecommerce@hotmail.it>)
List pgsql-general
On 12/6/07, Marco Curtolo <marcoecommerce@hotmail.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.

http://www.american.edu/econ/notes/htmlmail.htm

pgsql-general by date:

Previous
From: Marco Curtolo
Date:
Subject: Import LDAP data to a Postgres database
Next
From: Magnus Hagander
Date:
Subject: Re: Import LDAP data to a Postgres database