Quote:
Originally Posted by harris7139 I did make sure the hosts file was correct and it is. When i run the commands you gave me, i get this error:
Failed to start slapd. Attempting debut start to determine error.
daemon: bind(7) failed errno=99 (cannot assign requested address)
slap_open_listener: failed on ldap://mailhost.lcsyb.com:369
Thanks for the quick reply! |
Well, why is it trying to connect on port 369? Usually it tries on 389. Is that just a typo?
Also, an error 99 means that the address associated with the name cannot be assigned. This is often because when the computer performs a lookup, the ip of the name isn't local, therefore it can't assign it.
what does
hostname `hostname`
return? It should be the IP of your network card. If it's not, then you need to change your dns and hostsfile to reflect that.
john