Re: ldap with my sql

2007-07-13 Thread Justin Alcorn
It's straightforward with a perl script using Net::Ldap and DBI. Even easier, just output the SQL statements to insert from a script. See the online documentation for each command, pseudo code is: $mesg = search ldap for entries while ($entry = $mesg->pop_entry()) { $field1 = $entry->get_valu

ldap with my sql

2007-07-13 Thread Muhammad Azam Akram
Hi I want to pick entries from ldap and insert them in mysql database. can anybody guide me, how should i do it. Thank you --- Muhammad Azam Akram, Research Engineer, Multimedia Technologies. --- Ericsson AB, To