Yep, it works with Solaris./
P/.
-Original Message-
From: peter grotz [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2002 08:02
To: Darren Wanner
Cc: [EMAIL PROTECTED]
Subject: RE: Password Question
Look at CPAN, there´s the mod Authen:PAM. using this you can do almost
everything
Look at CPAN, there´s the mod Authen:PAM. using this you can do almost
everything belonging to Authentication. But I´m using Linux, don´t know
if it works with Solaris..
peter
peter grotz
rehberger architekten
schertlinstr 23
86 159 augsburg
tel +049 821 25980-29
fax +049 821 25980-20
I'm trying to write a perl script that creates a user name and password
for new users on a Solaris 8 box. I'm wondering if there's an easy way to
send a pregenerated password to the passwd command in a perl script.
Something like:
system("passwd",$uname,"< $generatedpassword");
Thanks.
--