Hi list, I'm trying to automate password changes remotely as a temporary solution to a problem I have. I'm using Expect to do this. Basically the scheme is:
$ ssh [EMAIL PROTECTED] passwd testuser This command is spawned by an Expect script and then the password change interaction takes place (at least it works for Linux but not Solaris :-\). The problem is that this command produces a: "Permission denied" error. I get the same result running this remotely from the command line. Locally I can run the passwd binary no problem. I've tested this against Solaris 5.8 and 5.9 with the same result. Any ideas why this is or of a way around this? Thanks, Paul _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
