Re: Remote Execution of Scripts

2001-07-25 Thread Gene Grimm
Thanks to all for the guidence. My application is to permit infrequent entry and updates of dial-up and email clients records for Radius authentication and (presently) Sendmail servers. I eventually want to provide a secure web-based interface that accesses a common SQL customer database. I have a

Re: Remote Execution of Scripts

2001-07-25 Thread Matt Ayres
have two facilities presently, with most of our > equipment in our main office. I am attempting to automate account > maintenance and would like to find information on the proper way to have one > Perl script begin remote execution of scripts on another Linux server. > > Is there is

Re: Remote Execution of Scripts

2001-07-25 Thread Olivier MACCHIONI
ote server. We have two facilities presently, with most of our >equipment in our main office. I am attempting to automate account >maintenance and would like to find information on the proper way to have one >Perl script begin remote execution of scripts on another Linux server. > >I

Re: Remote Execution of Scripts

2001-07-25 Thread Robert Waldner
;equipment in our main office. I am attempting to automate account >maintenance and would like to find information on the proper way to have one >Perl script begin remote execution of scripts on another Linux server. I´d go for something like system("ssh someotherhost command"); You

Remote Execution of Scripts

2001-07-25 Thread Gene Grimm
would like to find information on the proper way to have one Perl script begin remote execution of scripts on another Linux server. Is there is a package available for administering and synchronizing dial-up and email accounts on multiple servers that can be customized? If not, what is the proper way