Terminal server is a giant security hole allowing all sorts of great local user exploits (such as emailing evil.exe to yourself and executing it) -- I really can't blame your sysadmin if he is smart enough to know the fault is in Terminal Server and not Perl.

Give me a terminal server account with simple "run programs in my account space" access, and I can bring your server to it's knees (I'm talking data loss and hardware damage -- yes, I can code to the Win32 API & DDK). If you have technically competant but disgruntled employes, for instance in a Call Center / CRM situation, you want to lock down as much as you can.

Of course, the first thing I'd do would be remove Windows and switch over to a remote-login (Linux/Unix/BSD) and thin-client type environment (Windows+Exceed or Linux/Unix/BSD)...and this is what the better shops do.

If you just need to install your apps on these servers, perhaps you can compile them to EXE with PAR and that might appease your sysadmin.


In reply to Re: ISO technical document outlining system requirements for Perl by flyingmoose
in thread ISO technical document outlining system requirements for Perl by xburrows

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.