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

Re: No remote writes, only reads



So, if I do it this way, I get the connect error;
ldapsearch -x -b dc=mydomain,dc=com

But this way works;
ldapsearch -x -b "dc=mydomain,dc=com" -H ldap://192.168.1.250
and
ldapsearch -x -b "dc=mydomain,dc=com" -h 192.168.1.250

Does this imply naming error somewhere, DNS, something else?