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

Still get: Conn_max_pending error



oh sorry. I forgot to mention that I did read the error message and moved the directive
into my database definition section:

I got this.

% slapd -t
.../slapd.conf: line 133: unknown directive "conn_max_pending" in ldbm database
definition (ignored)

So.... does it go some special place in the definition then???

here is a snippet from the slapd.conf

...
database        ldbm
conn_max_pending 300
suffix          "o=Apple Computer"
dbcachesize     300000000
...

Sorry I just can't find much detail on this but I am also not able to have > 100
concurrent connections open against my server which I do need to support. maybe this
isn't even the parameter that I want?

- Gary

> On Wed, 2003-08-13 at 07:19, Gary LaVoy wrote:
> > I get this error when I try to add the conn_max_pending option to my slapd.conf file.
> > 
> > I added it near the top with all my other global ones like this:
> > 
> > conn_max_pending 300
> > 
> > and I get this in the log:
> > 
> > Aug 12 23:09:46 etsx1 slapd[4072]: .../slapd.conf: line 45: unknown directive
> > "conn_max_pending" outside backend info and database definitions (ignored) 
> > 
> > what am I not doing right?
> 
> read the error message - put this directive inside the database
> definition, it is not a global directive...