Hello Fellow Monks

Currently the application I am supporting has a simple user management solution, a user gets given a rank from 1-5 where all facilities are available to *super users* with rank 5, a lesser amount of facilities to *admin users* with rank 4 and so on and so on.

The problem which is starting to emerge is there application is used by different *groups*, and this current situation group a, with rank of 4 can change group b's settings.

In the future, I forsee it getting it even more complicated, as there may be multiple new companies, each having multiple groups and multiple users

Now I could start looking at enhancing the simple system to allow groups, however I think I am getting to the point where its obvious there’s a wheel somewhere which I don’t want to re-invent, so has anyone any suggestions of a good alternative to meet my needs ? must be able to support users/groups, users with different privileges, be able to access via a perl application to authenticate, be facilities to manage users ?.... I know its out there, I just am blinded to where


In reply to User Management by ropey

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.