On 23/05/2010, at 2:09 AM, Robin Atwood wrote: > On Saturday 22 May 2010, Christopher Kurtis Koeber wrote: >> When I go to /var/log/messages nothing is logged there. Anything I can do >> to fix this? > > Oh wait, /var/log/ldaplog is my customisation of syslog-ng. But slapd > messages > should be written with facility "local4". Trying it with the --debug option > on > the command line.
The easiest way to find why your ldap server wont start is to run the command slapd -4 -d 256 which translates to run in ipv4 only with debug level of 256. If the server wont start the first few messages should highlight your error. William