[Date Prev][Date Next] [Chronological] [Thread] [Top]

ITS#3218




Here is a copy of my slapd.conf:

include         /usr/local/etc/openldap/schema/core.schema
include         /usr/local/etc/openldap/schema/cosine.schema
include         /usr/local/etc/openldap/schema/inetorgperson.schema

pidfile         /usr/local/var/run/slapd.pid
argsfile        /usr/local/var/run/slapd.args
loglevel        784

backend         ldap
database        ldap
suffix          "o=iup,c=us"
rootdn          "cn=Manager,o=iup,c=us"
lastmod         off
sizelimit       30000
schemacheck     on
map             objectclass * *
map             attribute * *
uri             "ldap://ldap.iup.edu";
rootpw          xxxxxxxx

Here is the ldapsearch command and it's output:

[root@emlb1 openldap]# ldapsearch -x -v -b 'o=iup, c=us' '(cn=straw*)'
ldap_initialize( <DEFAULT> )
filter: (cn=straw*)
requesting: ALL
# extended LDIF
#
# LDAPv3
# base <o=iup, c=us> with scope sub
# filter: (cn=straw*)
# requesting: ALL
#

ldap_result: Can't contact LDAP server (-1)
[root@emlb1 openldap]#


Here is what I can find in /var/log/messages:

Jul  6 11:31:01 emlb1 slapd[26422]: @(#) $OpenLDAP: slapd 2.2.13 (Jun 30
2004 09
:46:44) $ ^Iroot@emlb1.cc.iup.edu:/root/openldap-2.2.13/servers/slapd
Jul  6 11:31:01 emlb1 slapd[26422]: daemon: IPv6 socket() failed errno=97
(Addre
ss family not supported by protocol)
Jul  6 11:31:01 emlb1 slapd[26430]: slapd starting
Jul  6 11:31:01 emlb1 su(pam_unix)[26421]: session closed for user root
Jul  6 13:02:45 emlb1 slapd[26430]: conn=0 fd=7 ACCEPT from
IP=127.0.0.1:32996 (
IP=0.0.0.0:389)
Jul  6 13:02:45 emlb1 slapd[26430]: conn=0 op=0 BIND dn="" method=128
Jul  6 13:02:45 emlb1 slapd[26430]: conn=0 op=0 RESULT tag=97 err=0 text=
Jul  6 13:02:45 emlb1 slapd[26430]: conn=0 op=1 SRCH base="o=iup,c=us"
scope=2 d
eref=0 filter="(cn=straw*)"


I'm not familiar with gdb but will try to obtain backtrace info soon.

Mark