<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:courier,monaco,monospace,sans-serif;font-size:12pt">mod_ldap is a plugin for the directory interface abstraction.<br>Basically the directory interface is a clone of the ldap api but<br>can have pluggable modules to use other means such as sql of providing the data.&nbsp; The only thing that uses this interface is<br><br>mod_dialplan_directory which is an example dialplan that uses<br>the directory interface.<br><br>This may start to sound confusing so keep in mind the ldap<br>api is called the "directory interface".<br><br>There is also the "xml directory" which is a section of <br>the FreeSWITCH virtual meta xml config registry. This is <br>where the domains and users are kept.<br><br>To use ldap for this a module similar to mod_xml_curl would have to be made called mod_xml_directory that would allow the "directory interface" to generate xml when
 the "xml directory was queried"<br><br>Basically, you would create a blank xml object then using <br>the param strings passed to you make an ldap query via the <br>directory interface that matches what is being looked for.<br>then as you get results you take the data and create tags into<br>the xml object until it's fully populated and return the object to<br>the caller.<br><br>If this seems like too much, you can also use mod_xml_curl to do<br>a CGI request to your web server then take the params and do the ldap conversion from there and send back a text representation of the xml.<br><br><br><br><br><br><br><div>&nbsp;</div><div>Anthony Minessale II<br><br><span>FreeSWITCH <a target="_blank" href="http://www.freeswitch.org/">http://www.freeswitch.org/</a></span><br><span>ClueCon <a target="_blank" href="http://www.cluecon.com/">http://www.cluecon.com/</a></span><br><br>AIM:
 anthm<br>MSN:anthony_minessale@hotmail.com<br>GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com<br>IRC: irc.freenode.net #freeswitch</div><div><br>FreeSWITCH Developer Conference<br>sip:888@conference.freeswitch.org<br>iax:guest@conference.freeswitch.org/888<br>googletalk:conf+888@conference.freeswitch.org<br>pstn:213-799-1400</div><div style="font-family: courier,monaco,monospace,sans-serif; font-size: 12pt;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Josip Djuricic &lt;josip.djuricic@primatel.hr&gt;<br>To: freeswitch-users@lists.freeswitch.org<br>Sent: Tuesday, December 11, 2007 2:51:48 PM<br>Subject: [Freeswitch-users] mod_ldap<br><br>
Hi everyone,<br><br>since I can't find any info's regarding mod_ldap, I wonder if anyone <br>made it work...and if can somebody wrote something about it on the wiki
 <br>or on the reply for this mail... I would really like freeswitch to use <br>ldap for users and dialplans, just till yet I didn't managed to make it
 <br>work.<br><br>Thank you all in advance.<br><br>J.<br><br>_______________________________________________<br>Freeswitch-users mailing list<br><a ymailto="mailto:Freeswitch-users@lists.freeswitch.org" href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></div><br></div></div><br>
      <hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> 
Find them fast with Yahoo! Search.</a></body></html>