[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapsearch not returning namingContexts
- To: openldap-technical@openldap.org
- Subject: ldapsearch not returning namingContexts
- From: ben thielsen <btb@bitrate.net>
- Date: Sun, 27 Jun 2010 21:06:27 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=bitrate.net; s=default; t=1277687196; bh=Cc5Wv/UeqBMO2PsfYKrJ9GtmB8FB83ZWyrF/G+P7NLw=; h=From:Content-Type:Content-Transfer-Encoding:Subject:Date: Message-Id:To:Mime-Version; b=GO2Ygt5rEm4lcANI+3hYeLhIqWwxjSx5bTZ+TEm72Oax/dvLPGmqycNowhQ/xqvG+ tFN6Zgv6nGpuaSySkAugrPJrRmUx0a3HgmgcjNVwnmQzDqHPc+lpyzpM03mIz8fNpr K8di9+Rb+27q1SM+b7DVqHUW4o+GlP14DzceXoho=
i just happened to notice that the following search(es) don't return the expected results:
>ldapsearch -xs base -b '' +
# extended LDIF
#
# LDAPv3
# base <> with scope baseObject
# filter: (objectclass=*)
# requesting: +
#
# search result
search: 2
result: 0 Success
# numResponses: 1
>ldapsearch -xs base -b '' namingContexts
# extended LDIF
#
# LDAPv3
# base <> with scope baseObject
# filter: (objectclass=*)
# requesting: namingContexts
#
# search result
search: 2
result: 0 Success
# numResponses: 1
below is the debug output from slapd for the first search - what am i doing wrong?
i'm using 2.4.21, courtesy of ubuntu.
thanks
-ben
daemon: activity on 1 descriptor
daemon: activity on:
slap_listener_activate(7):
daemon: epoll: listen=7 busy
>>> slap_listener(ldap:///)
daemon: listen=7, new connection on 14
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: added 14r (active) listener=(nil)
daemon: activity on 1 descriptor
daemon: activity on: 14r
conn=1000 fd=14 ACCEPT from IP=192.168.1.1:51467 (IP=0.0.0.0:389)
daemon: read active on 14
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
connection_get(14)
connection_get(14): got connid=1000
connection_read(14): checking for input on id=1000
ber_get_next
ldap_read: want=8, got=8
0000: 30 0c 02 01 01 60 07 02 0....`..
ldap_read: want=6, got=6
0000: 01 03 04 00 80 00 ......
ber_get_next: tag 0x30 len 12 contents:
ber_dump: buf=0x20cf3b90 ptr=0x20cf3b90 end=0x20cf3b9c len=12
0000: 02 01 01 60 07 02 01 03 04 00 80 00 ...`........
op tag 0x60, time 1277686599
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
conn=1000 op=0 do_bind
ber_scanf fmt ({imt) ber:
ber_dump: buf=0x20cf3b90 ptr=0x20cf3b93 end=0x20cf3b9c len=9
0000: 60 07 02 01 03 04 00 80 00 `........
ber_scanf fmt (m}) ber:
ber_dump: buf=0x20cf3b90 ptr=0x20cf3b9a end=0x20cf3b9c len=2
0000: 00 00 ..
>>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
conn=1000 op=0 BIND dn="" method=128
do_bind: version=3 dn="" method=128
send_ldap_result: conn=1000 op=0 p=3
send_ldap_result: err=0 matched="" text=""
send_ldap_response: msgid=1 tag=97 err=0
ber_flush2: 14 bytes to sd 14
0000: 30 0c 02 01 01 61 07 0a 01 00 04 00 04 00 0....a........
ldap_write: want=14, written=14
0000: 30 0c 02 01 01 61 07 0a 01 00 04 00 04 00 0....a........
conn=1000 op=0 RESULT tag=97 err=0 text=
daemon: activity on 1 descriptor
daemon: activity on: 14r
daemon: read active on 14
daemon: epoll: listen=7 active_threads=0 tvp=NULL
connection_get(14)
daemon: epoll: listen=8 active_threads=0 tvp=NULL
do_bind: v3 anonymous bind
connection_get(14): got connid=1000
connection_read(14): checking for input on id=1000
ber_get_next
ldap_read: want=8, got=8
0000: 30 28 02 01 02 63 23 04 0(...c#.
ldap_read: want=34, got=34
0000: 00 0a 01 00 0a 01 00 02 01 00 02 01 3c 01 01 00 ............<...
0010: 87 0b 6f 62 6a 65 63 74 63 6c 61 73 73 30 03 04 ..objectclass0..
0020: 01 2b .+
ber_get_next: tag 0x30 len 40 contents:
ber_dump: buf=0x20cf43a8 ptr=0x20cf43a8 end=0x20cf43d0 len=40
0000: 02 01 02 63 23 04 00 0a 01 00 0a 01 00 02 01 00 ...c#...........
0010: 02 01 3c 01 01 00 87 0b 6f 62 6a 65 63 74 63 6c ..<.....objectcl
0020: 61 73 73 30 03 04 01 2b ass0...+
op tag 0x63, time 1277686599
connection_input: conn=1000 deferring operation: binding
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
conn=1000 op=1 do_search
ber_scanf fmt ({miiiib) ber:
ber_dump: buf=0x20cf43a8 ptr=0x20cf43ab end=0x20cf43d0 len=37
0000: 63 23 04 00 0a 01 00 0a 01 00 02 01 00 02 01 3c c#.............<
0010: 01 01 00 87 0b 6f 62 6a 65 63 74 63 6c 61 73 73 .....objectclass
0020: 30 03 04 01 2b 0...+
>>> dnPrettyNormal: <>
<<< dnPrettyNormal: <>, <>
SRCH "" 0 0 0 60 0
begin get_filter
PRESENT
ber_scanf fmt (m) ber:
ber_dump: buf=0x20cf43a8 ptr=0x20cf43be end=0x20cf43d0 len=18
0000: 87 0b 6f 62 6a 65 63 74 63 6c 61 73 73 30 03 04 ..objectclass0..
0010: 01 2b .+
end get_filter 0
filter: (objectClass=*)
ber_scanf fmt ({M}}) ber:
ber_dump: buf=0x20cf43a8 ptr=0x20cf43cb end=0x20cf43d0 len=5
0000: 00 03 04 01 2b ....+
attrs: +
conn=1000 op=1 SRCH base="" scope=0 deref=0 filter="(objectClass=*)"
conn=1000 op=1 SRCH attr=+
=> test_filter
PRESENT
=> access_allowed: search access to "" "objectClass" requested
=> acl_get: [1] attr objectClass
=> acl_mask: access to entry "", attr "objectClass" requested
=> acl_mask: to all values by "", (=0)
<= check a_dn_pat: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
<= check a_dn_pat: *
<= acl_mask: [2] applying +0 (break)
<= acl_mask: [2] mask: =0
<= acl_get: done.
=> slap_access_allowed: no more rules
=> access_allowed: no more rules
<= test_filter 50
send_ldap_result: conn=1000 op=1 p=3
send_ldap_result: err=0 matched="" text=""
send_ldap_response: msgid=2 tag=101 err=0
ber_flush2: 14 bytes to sd 14
0000: 30 0c 02 01 02 65 07 0a 01 00 04 00 04 00 0....e........
ldap_write: want=14, written=14
0000: 30 0c 02 01 02 65 07 0a 01 00 04 00 04 00 0....e........
conn=1000 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
daemon: activity on 1 descriptor
daemon: activity on: 14r
daemon: read active on 14
daemon: epoll: listen=7 active_threads=0 tvp=NULL
connection_get(14)
daemon: epoll: listen=8 active_threads=0 tvp=NULL
connection_get(14): got connid=1000
connection_read(14): checking for input on id=1000
ber_get_next
ldap_read: want=8, got=7
0000: 30 05 02 01 03 42 00 0....B.
ber_get_next: tag 0x30 len 5 contents:
ber_dump: buf=0x20cf3b90 ptr=0x20cf3b90 end=0x20cf3b95 len=5
0000: 02 01 03 42 00 ...B.
op tag 0x42, time 1277686599
ber_get_next
ldap_read: want=8, got=0
ber_get_next on fd 14 failed errno=0 (Success)
connection_read(14): input error=-2 id=1000, closing.
connection_closing: readying conn=1000 sd=14 for close
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=NULL
daemon: epoll: listen=8 active_threads=0 tvp=NULL
connection_close: deferring conn=1000 sd=14
conn=1000 op=2 do_unbind
conn=1000 op=2 UNBIND
connection_resched: attempting closing conn=1000 sd=14
connection_close: deferring conn=1000 sd=14
connection_resched: attempting closing conn=1000 sd=14
connection_close: conn=1000 sd=14
daemon: removing 14
conn=1000 fd=14 closed