Gentoo Archives: gentoo-user

From: Indexer <indexer@××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Cannot start Slapd (OpenLDAP)
Date: Sun, 23 May 2010 02:15:41
Message-Id: 2FE1E3CA-DAA5-4B80-89B2-F4E420AE784C@internode.on.net
In Reply to: Re: [gentoo-user] Cannot start Slapd (OpenLDAP) by Robin Atwood
1 On 23/05/2010, at 2:09 AM, Robin Atwood wrote:
2
3 > On Saturday 22 May 2010, Christopher Kurtis Koeber wrote:
4 >> When I go to /var/log/messages nothing is logged there. Anything I can do
5 >> to fix this?
6 >
7 > Oh wait, /var/log/ldaplog is my customisation of syslog-ng. But slapd messages
8 > should be written with facility "local4". Trying it with the --debug option on
9 > the command line.
10
11 The easiest way to find why your ldap server wont start is to run the command
12
13 slapd -4 -d 256
14
15 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.
16
17 William

Replies

Subject Author
Re: [gentoo-user] Cannot start Slapd (OpenLDAP) Christopher Koeber <ckoeber@×××××.com>