Good morning evening afternoon fellow monks. I have been put to the task of writing a web based application that has a simple form that you enter a users username and then the action is to go from a Linux box to a NFS mounted Solaris T3 and query that users quota. Now I have a few issues here from what I have read and understand about Solaris quota system. First the issue is with a web based app is that our end users will have access to this page and I may just be a bit crazy, but you have to run the quota check as root with Solaris in order to get it to work. This seems like a big security hole to me but hey I am no security guy. Second issue is that Linux and Solaris dont play very well together when I try to get them to talk so I was thinkning of some sort of listening server mod etc. to listen for the call from the linux server and then run the quota check on the user and return the data, this is where I guess I need the most advice. If anyone has an idea no matter how large or small and would like to put an offering to a humble fellow monk please do.

SUNADMN
USE PERL

In reply to quota checking with Linux and Solaris?? by sunadmn

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.