Re: Perl Whois Utility

2002-05-19 Thread Patrick
On Sun, May 19, 2002 at 09:13:25PM +1000, Craig Sanders took time to write: > On Fri, May 17, 2002 at 12:40:45PM -0400, Gene Grimm wrote: > > Does anyone know of a utility or script that already does this, or at > > least the whois lookup? > > there are some perl modules to do that. they probabl

Re: Setting user passwords non-interactively

2002-05-19 Thread staf wagemakers
On Sun, May 19, 2002 at 03:18:29PM +0200, Marcin Owsiany wrote: > > I settled for a tip from greycat at #debian: > > > > usermod -p `mkpasswd --hash=md5 $cleartxtpw` $username > > > > That can easyly go work in perl as well naturaly;)... > > > > > > What do u guys think? > > Passing c

Re: Setting user passwords non-interactively

2002-05-19 Thread Marcin Owsiany
On Sat, May 18, 2002 at 01:13:25PM -0600, Alejandro Borges wrote: > U guys are the bestthx for all the responses... > > I settled for a tip from greycat at #debian: > > usermod -p `mkpasswd --hash=md5 $cleartxtpw` $username > > That can easyly go work in perl as well naturaly;)...

Re: Perl Whois Utility

2002-05-19 Thread Craig Sanders
On Fri, May 17, 2002 at 12:40:45PM -0400, Gene Grimm wrote: > Does anyone know of a utility or script that already does this, or at > least the whois lookup? there are some perl modules to do that. they probably won't do the whole parsing job, but they will provide functions to do the lookups fo