Qiang has asked for the wisdom of the Perl Monks concerning the following question:
the quota database(MySql) is not located the same machine where users log on. so here is the problem that i am not
sure how do i go about writing a program that query the remote database securely.
one way i am thinking of is to use Net::SSH::Perl log in the remote database server and do a local query, then
return the result. but then i will need a login user for this. in addition, i need to save this user name and password in somewhere that other users can't read.
any suggestions how to write a secure program does that?
if you know there is print quota app available, please do share.
thanks
Qiang
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ideas needed to query remote database securely
by hardburn (Abbot) on Nov 03, 2003 at 18:28 UTC | |
by Qiang (Friar) on Nov 03, 2003 at 18:41 UTC | |
|
Re: ideas needed to query remote database securely
by perrin (Chancellor) on Nov 03, 2003 at 19:38 UTC | |
|
Re: ideas needed to query remote database securely
by CountZero (Bishop) on Nov 03, 2003 at 22:01 UTC | |
|
Re: ideas needed to query remote database securely
by bart (Canon) on Nov 04, 2003 at 17:34 UTC | |
by InfiniteSilence (Curate) on Nov 04, 2003 at 19:18 UTC |