On Sat, 1 Dec 2001, Stephen Liu wrote:

> Hi,
> 
> Thanks for your response.
> 
> >I'm not sure what the best way to solve the problem would be
> >but try appending the string \013 to your password and see if that helps
> 
> Could you please advise me in more detail how to perform such a test.
> 
What I meant was that if you try adding the character code for CR to the
end of the password then if that is the problem it should work so:

if you password is fifilaflame, 
you would try setting the password to
fifilaflame\013 

The reason that might work is that you mentioned that everything works on
the windows side, but not on the linux side, and the most basic problems
should be tried first :) 

Reply via email to