I suppose I didn't explain myself very well. Sorry.

I'm needing something that will allow me to access/add/edit MS Exchange and MS Communicator and uniquely AD fields (e.g. nTSecurityDescriptor). From what I've seen, Net::LDAP can't do that...I'm able to perform basic LDAP administration, but I'm wanting something that will go the next step to create/edit the Exchange and Communicator accounts associated with the LDAP user as well. So far, the only module I've been able to find that looks like it can do that is Win32::OLE which only runs on Windows systems, not linux. I suppose I COULD add a new IIS server specifically for this, but I already have an existing web app running on an Apache server that I would like to incorporate under the same login session along with all our other intranet functions, creating a seamless end user experience.

Is there something out there that will work for me?


In reply to Re: perl module for AD administration by ksublondie
in thread perl module for AD administration by ksublondie

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.