View Single Post
  #35 (permalink)  
Old 10-21-2006, 12:32 PM
DGS_David DGS_David is offline
Intermediate Member
 
Posts: 22
Default

I am just messing with a VMWare instance trying to debug another issue when my install failed on the ldap 256 error. I solved it by adding the /etc/hosts entry which the instal docs do mention but I forgot whilst building the test instance...

/etc/hosts

176.0.0.1 localhost.localdomain
nnn.nnn.nnn.nnn mail.domainname.co.uk

(where nn.. is your ip as defined by ifconfig)

where /etc/sysconfig/network reads:

HOSTNAME=mail.domainname.co.uk

HTH's someone.
David.
Reply With Quote