Re: Login issue after changing the password using TCL script



On Nov 14, 6:46 am, Rajesh Nair <rrajes...@xxxxxxxxx> wrote:
HI,

I am using TCL scripts to login my UNIX servers (tools like
telnet,putty,ftp,exceed etc) also the same script will do the password
reset at the application server based on the password policy created.

But now the issue is that few users are not able to login to the Unix
server after the password reset happens. So i would like to know,
is there any issues in providing password using TCL scripts?
Is there any restriction in the special characters used for passwords?
How can i trouble shoot the same?
I have opeted the type option with TCL scipt

Thanks in advance for a valid suggestion / work around.

One issue might be different encoding settings for your apps. If you
send a different encoding than the app expects you might see different
passwords stored.

Michael
.