https://bugs.openldap.org/show_bug.cgi?id=8950

Howard Chu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |IN_PROGRESS

--- Comment #4 from Howard Chu <[email protected]> ---
(In reply to Ondřej Kuzník from comment #3)
> Created attachment 797 [details]
> Valgrind log
> 
> This still happens, see attached valgrind.log

Still not happening here. Attach a complete script to reproduce the issue.
I just get an error message:

60439aa9 connection_get(15)
60439aa9 connection_get(15): got connid=1000
60439aa9 connection_read(15): checking for input on id=1000
ber_get_next
ldap_read: want=8, got=8
  0000:  30 29 02 01 03 66 0b 04                            0)...f..          
ldap_read: want=35, got=35
  0000:  07 63 6e 3d 74 65 73 74  30 00 a0 17 30 15 04 0e   .cn=test0...0...  
  0010:  31 2e 33 2e 36 2e 31 2e  31 2e 32 31 2e 32 01 01   1.3.6.1.1.21.2..  
  0020:  ff 04 00                                           ...               
ber_get_next: tag 0x30 len 41 contents:
60439aa9 op tag 0x66, time 1615043241
ber_get_next
ldap_read: want=8 error=Resource temporarily unavailable
60439aa9 conn=1000 op=2 do_modify
ber_scanf fmt ({m) ber:
60439aa9 conn=1000 op=2 do_modify: dn (cn=test)
60439aa9 => get_ctrls
ber_scanf fmt ({m) ber:
ber_scanf fmt (b) ber:
ber_scanf fmt (m) ber:
60439aa9 => get_ctrls: oid="1.3.6.1.1.21.2" (critical)
60439aa9 <= get_ctrls: n=1 rc=0 err=""
60439aa9 >>> dnPrettyNormal: <cn=test>
=> ldap_bv2dn(cn=test,0)
<= ldap_bv2dn(cn=test)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=test)=0 
=> ldap_dn2bv(272)
<= ldap_dn2bv(cn=test)=0 
60439aa9 <<< dnPrettyNormal: <cn=test>, <cn=test>
60439aa9 conn=1000 op=2 modifications:
60439aa9 => mdb_entry_get: ndn: "cn=test"
60439aa9 => mdb_entry_get: oc: "(null)", at: "(null)"
60439aa9 mdb_dn2entry("cn=test")
60439aa9 => mdb_dn2id("cn=test")
60439aa9 <= mdb_dn2id: got id=0x1
60439aa9 => mdb_entry_decode:
60439aa9 <= mdb_entry_decode
60439aa9 mdb_entry_get: rc=0
60439aa9 mdb_modify: cn=test
60439aa9 send_ldap_result: conn=1000 op=2 p=3
60439aa9 send_ldap_result: err=0 matched="" text=""
60439aa9 ==> mdb_add: reqStart=20210306150721.000000Z,cn=log
60439aa9 oc_check_required entry (reqStart=20210306150721.000000Z,cn=log),
objectClass "auditModify"
60439aa9 Entry (reqStart=20210306150721.000000Z,cn=log): object class
'auditModify' requires attribute 'reqMod'
60439aa9 mdb_add: entry failed schema check: object class 'auditModify'
requires attribute 'reqMod' (65)
60439aa9 send_ldap_result: conn=1000 op=2 p=3
60439aa9 send_ldap_result: err=65 matched="" text="object class 'auditModify'
requires attribute 'reqMod'"
60439aa9 send_ldap_response: msgid=3 tag=103 err=0
ber_flush2: 14 bytes to sd 15
ldap_write: want=14, written=14
  0000:  30 0c 02 01 03 67 07 0a  01 00 04 00 04 00         0....g........

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to