[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: bind problems
On Thu, 4 Feb 1999 21:16:02 -0500 (EST), Richard Heller wrote:
>root, so I'm running it as a user on a higher port number. When I try to
>do an ldapsearch or ldapadd binding as the rootdn, I get a message saying
>that "ldap_bind: DSA is unavailable". What does this mean and what am I
>doing wrong?
Try using these extra arguments on the command line:
ldapsearch -h <hostname> -p <portnumber> -b <basedn> ...your_search_stuff...
Jim Moe