[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: format of the password file in the -y option



At 08:38 AM 7/9/2003, Douglas B. Jones wrote:
>I use '-w password' or '-W' and type the password all works
>fine with no problem.
>
>Any ideas?

%echo -n "secret" >> .pw
%ldapsearch -x -y .pw ...

where "secret" is the same string that worked with -W.