[ldap] Re: Max number of attributes in entry

2009-07-09 Thread Patric


And have you checked your db_stat output? Have you perhaps run out of 
locks, lockers, or lock objects?  Have you tuned your BDB database 
with a DB_CONFIG file (or using the options to do so inside slapd.conf)?


--Quanah


Hmmm, I have not heard of one of those thing :) Obviously still rather 
new to this! Ill check out the abovementioned and if I can come up with 
anything.


Thanks Quanah
Patric



[ldap] Re: Max number of attributes in entry

2009-07-09 Thread Quanah Gibson-Mount
--On Thursday, July 09, 2009 12:10 PM +0200 Patric  
wrote:





Michael Ströder wrote:

Patric wrote:

I am attempting to add an entry to my directory with a large number of
mail attributes.
This works fine until I have more than 51 mail attributes. Any more than
that and the add fails with the following:

Error 80 - Unknown error


Which LDAP server is this?

My apologies, that was forgetful of me :)

I am running:
CentOS release 5.3 (Final) 2.6.18-128.1.10.el5 #1 SMP
openldap-2.3.43-3
bdb database


And have you checked your db_stat output? Have you perhaps run out of 
locks, lockers, or lock objects?  Have you tuned your BDB database with a 
DB_CONFIG file (or using the options to do so inside slapd.conf)?


--Quanah



--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc

Zimbra ::  the leader in open source messaging and collaboration



[ldap] Re: Max number of attributes in entry

2009-07-09 Thread Patric



Michael Ströder wrote:

Patric wrote:

I am attempting to add an entry to my directory with a large number of
mail attributes.
This works fine until I have more than 51 mail attributes. Any more than
that and the add fails with the following:

Error 80 - Unknown error


Which LDAP server is this?

My apologies, that was forgetful of me :)

I am running:
CentOS release 5.3 (Final) 2.6.18-128.1.10.el5 #1 SMP
openldap-2.3.43-3
bdb database

Many thanks
Patric



[ldap] Re: Max number of attributes in entry

2009-07-09 Thread Michael Ströder
Patric wrote:
> 
> I am attempting to add an entry to my directory with a large number of
> mail attributes.
> This works fine until I have more than 51 mail attributes. Any more than
> that and the add fails with the following:
> 
> Error 80 - Unknown error

Which LDAP server is this?

> Is there some limitation that I am not aware of,

There is no limitation in general. There could be a limitation of your
particular directory server implementation.

Ciao, Michael.