Re: Question on -u in curl

2012-03-03 Thread Michael Wood
On 2 March 2012 22:48, Steve H Truong wrote: > When sending a password to ldap using the –u option if the password as a $ > it is removing it and the > next character from being passed. We looked at the packet actually going to > lpda and it is missing > the $ and then next character. So what it s

RE: Question on -u in curl

2012-03-02 Thread Kalju Kaik
THANKS... That did the job. _ From: curl-library-boun...@cool.haxx.se [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Steve H Truong Sent: Friday, March 02, 2012 12:49 PM To: libcurl development Subject: Re: Question on -u in curl When sending a password to ldap using the

Re: Question on -u in curl

2012-03-02 Thread Steve H Truong
When sending a password to ldap using the –u option if the password as a $ it is removing it and the next character from being passed. We looked at the packet actually going to lpda and it is missing the $ and then next character. So what it says in the packet trace is 123@#b instead of 123@#$ab  

Question on -u in curl

2012-03-02 Thread Kalju Kaik
When sending a password to ldap using the -u option if the password as a $ it is removing it and the next character from being passed. We looked at the packet actually going to lpda and it is missing the $ and then next character. So what it says in the packet trace is 123@#b instead of 123@#$ab