I've had a script using Net::LDAP running against OpenLDAP since late September with no issues to date (*knocks on wooden head for luck*). I had more an issue with the learning curve for dealing with LDAP than with the module, since I was learning LDAP as I went from the docs for Net::LDAP and the section on LDAP from O'Reilly's Perl for System Administration (with a question or two in here as well, if memory serves).

I'll leave this with a piece of advice that may prove helpful: use callback routines if you do searches, especially if you do ones that could potentially return a large amount of data. I uhhh... (*looks down sadly*) kind of ran a machine out of both physical memory and swap more than once before I found out about that because of a query that returned several hundred thousand records (*sheepish grimace*).

I wish you the best of luck with the process, and hope you might consider letting us know how it goes (if you have the opportunity).


In reply to Re: LDAP modules/advice by atcroft
in thread LDAP modules/advice by jlongino

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.