Am Sun, 16 Jan 2011 20:42:48 -0600 schrieb "mike@grounded.net" mike@grounded.net:
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?
No, it not a DNS error, it is most likely that you have no URI parameter specified in /etc/openldap/ldap.conf, for more information read man ldap.conf(5) and you definitely should read man ldapsearch(1)
-Dieter