Dear monks,

it sometimes is painful when you want to add or change Net::LDAP::Entry objects in an LDAP directory server, and something goes wrong and the only error message arises is something like Object Class Violation or Constraint Violation.

So I am developing an enhancement to Net::LDAP::Entry which offers to check an object against the LDAP schema, either after a failed add/update or even before an update and tell the developer what is wrong.

I'd like to split up the functionality into two part:

  1. A module containing the necessary regular expressions, with name: Regexp::Common::ldapEntry or the like.
  2. A module which checks a Net::LDAP::Entry object with the REs from 1, with name: Net::LDAP::Entry::SchemaCheck or Net::LDAP::Entry::CheckRFC2252 or the like.

Which namespaces would you use?

As soon as it is finished and tested, I'd like to publish it on CPAN.

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"


In reply to Looking for names for Net::LDAP::Entry enhancement module by strat

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.