Hello monks,

I need to implement a web-based system for maintaining a LDAP database. The functionality is fairly straightforward: add user, delete user, show all users, and modify user record (along with several fields per user).

I plan on implementing it with Perl scripts and simple web pages. I know which Perl modules to use: LDAP, CGI, HTTP, etc. But, I don't know if I should start from scratch, or use an existing implementation as a starting point, or even, if there are complete solutions readily available in open source form. I'm sure this has been done before many many times. Does anyone have suggestions?

Jim

Update 1: This will be used by people other than myself, and they will be non-tech people. However, it will be a fairly small group of people (one or two) and they will be trained how to use it, and they will be using it repeatedly. So it won't matter if the user interface isn't highly self-explanatory.


In reply to Web-based LDAP User Accounts System by James Board

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.