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

Re: problems with large groupOfUniqueNames (ITS#1181)



2.0.8 and later restrict the incoming PDU size to 256K.
You likely are exceeding this list.  You can raise it
by setting sockbuf_max_incoming (in slapd.conf) to a
more appropriate limit for your environment.  The
directive takes one argument, a size limit in bytes.

The next release will include a separate
sockbuf_max_incoming_auth directive to set a
different limit for authenticated users.  The next
release will also include updates to slapd.conf(5).

Kurt

At 06:56 AM 5/29/01, Thomas.Reith@edag.de wrote:
>Full_Name: Thomas Reith
>Version: 2.0.11
>OS: SunOS 5.8 (db-3.2.9)
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (194.76.195.10)
>
>
>Hello,
>
>I have a large group (objectClass: groupOfUniqueNames) with
>more then 7000 uniqueMember attributes as ldif file. If I try
>to import it via ldapadd, I get the error:
>(version 2.0.7 imports the group without problems)
>
>>...
>>ldap_add: Can't contact LDAP server
>>
>>ldif_record() = 81
>>
>
>
>> slapd -d 255
>> 
>> 
>> ldap_read: want=1, got=1
>>  0000:  30                                                 0                 
>>ldap_read: want=1, got=1
>>  0000:  83                                                 .                 
>>ldap_read: want=3, got=3
>> 0000:  02 32 07                                           .2.               
>>ber_get_next on fd 8 failed errno=34 (Result too large)
>>connection_read(8): input error=-2 id=5, closing.
>>