ldap not properly resolving host
Posted
by mes5k
on Server Fault
See other posts from Server Fault
or by mes5k
Published on 2010-04-09T23:59:47Z
Indexed on
2010/04/10
0:03 UTC
Read the original article
Hit count: 256
Hi,
I just changed the IP address of my (openldap) ldap server and despite DNS propagating, ldap still isn't resolving the new address correctly. When I run "host myserver.com" the proper ip address is returned. There is no entry in /etc/hosts for myserver.com. But when I run:
ldapsearch -d 1 -x "uid" -H ldap://myserver.com
I see the old address. How can I force ldap to check DNS for the proper IP address?
thanks,
Mike
© Server Fault or respective owner