> -----Original Message----- > From: Michael Heydon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2008 3:55 PM > To: Xu, Qiang (FXSGSC) > Cc: [email protected] > Subject: Re: [Samba] $ char in password > This isn't a samba issue, it's your shell. > > $ echo 111$111 > 11111 > $ echo '111$111' > 111$111 > > Enclose your password in single quotes.
That's great. Mike. Previously, I enclosed the password with double quotes. I didn't realize that double quotes will cause symbols like $1, $2 to be interpreted by Shell. Only single quotes can provide plain, uninterpreted text. Thank you so much, Xu Qiang -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
