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

i'm baffled (openldap on redhat 6)



I'm at a loss, and i've read the FAQ, Docs, README, INSTALL files.  

Shouldn' this thing work after i've followed the instructions?

I continue to get this DSA is unwilling to perform.

Yes, there's lots of questions in this mailing list on this problem.  But i
haven't found the answer yet.

I populated the database with some data with ldif2ldbm with no problems.

Then, i ran the ldapsearch with the slapd running in full debug mode in
another telnet window.
Can someone see anything wrong with this.

the command given is:  ldapsearch -b 'dc=Verio, dc=COM' 'cn=*'

select activity on 1 descriptors
new connection on 8
conn=1 fd=8 connection from localhost (127.0.0.1) accepted.
activity on:
listening for connections on 7, activity on: 8r
before select active_threads 0
select activity on 1 descriptors
activity on: 8r
read activity on 8
ber_get_next
ber_get_next: tag 0x30 len 12 contents:
ber_dump: buf 0x8078fe0, ptr 0x8078fe0, end 0x8078fec
          current len 12, contents:
        02 01 01  ` 07 02 01 02 04 00 80 00
listening for connections on 7, activity on: 8r
before select active_threads 1
do_bind
do_bind: version 2 dn () method 128
conn=1 op=0 BIND dn="" method=128
send_ldap_result 0::
ber_flush: 14 bytes to sd 8
         0 0c 02 01 01  a 07 0a 01 00 04 00 04 00
select activity on 1 descriptors
activity on: 8r
read activity on 8
ber_get_next
ber_get_next: tag 0x30 len 44 contents:
ber_dump: buf 0x80846a8, ptr 0x80846a8, end 0x80846d4
          current len 44, contents:
        02 01 02  c  ' 04 10  d  c  =  V  e  r  i  o  ,
        20  d  c  =  C  O  M 0a 01 02 0a 01 00 02 01 00
        02 01 00 01 01 00 87 02  c  n  0 00
listening for connections on 7, activity on: 8r
before select active_threads 2
conn=1 op=0 RESULT err=0 tag=97 nentries=0
do_search
SRCH "DC=VERIO,DC=COM" 2 0    0 0 0
begin get_filter
PRESENT
end get_filter 0
    filter: (cn=*)
    attrs:
conn=1 op=1 SRCH base="DC=VERIO,DC=COM" scope=2 filter="(cn=*)"
send_ldap_result 9::Referral:
ldap://ldap.itd.umich.edu
ber_flush: 49 bytes to sd 8
         0  / 02 01 02  e  * 0a 01 09 04 00 04  #  R  e
         f  e  r  r  a  l  : 0a  l  d  a  p  :  /  /  l
         d  a  p  .  i  t  d  .  u  m  i  c  h  .  e  d
         u
conn=1 op=1 RESULT err=9 tag=101 nentries=0
select activity on 1 descriptors


Here's my config file:

#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         /usr/local/etc/openldap/slapd.at.conf
include         /usr/local/etc/openldap/slapd.oc.conf
schemacheck     off
referral        ldap://ldap.itd.umich.edu

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

#######################################################################
# ldbm database definitions
#######################################################################

database        ldbm
#suffix         "dc=, dc=com"
suffix          "o=Verio, c=US"
directory       /usr/lapd
#rootdn         "cn=root, dc=your-domain, dc=com"
rootdn          "cn=root, o=Verio, c=US"
rootpw          ******

index cn,userPassword,member,email

# cleartext passwords, especially for the rootdn, should
# be avoid.  See slapd.conf(5) for details.