in reply to ideas needed to query remote database securely

Possibilities:

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: ideas needed to query remote database securely
by Qiang (Friar) on Nov 03, 2003 at 18:41 UTC
    Corion suggest that i could have the script (pquota) called another one (mypquota).
    but the difference is that

    pquota is 0755 lp staff
    mypquota 0700 lp lp

    then i can have the database user name and password in the mypquota scirpt that no once will see except lp group and user. that seems to be the easiest way, i guess.