[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
backend directive
- To: "Open LDAP Software (E-mail)" <openldap-software@OpenLDAP.org>
- Subject: backend directive
- From: "James Courtney" <Jcourtney@inphonic.com>
- Date: Wed, 19 Nov 2003 15:38:50 -0800
- Content-class: urn:content-classes:message
- Thread-index: AcOu9kkZRQ0TXxeLT0SGASpTECU/UA==
- Thread-topic: backend directive
Hey all,
Is this required? How is it used differently from the database directive? I'm trying to use the conn_max_pending directive and slapd doesn't seem to like it no matter where I put it (global or database section of file):
In global section:
[root@qaldap1 2.1.22]# ./libexec/slapd -d 256
daemon: socket() failed errno=97 (Address family not supported by protocol)
bdb_initialize: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
/apps/openldap/2.1.22/etc/openldap/slapd.conf: line 35: unknown directive "conn_max_pending" outside backend info and database definitions (ignored)
/apps/openldap/2.1.22/etc/openldap/slapd.conf: line 36: unknown directive "conn_max_pending_auth" outside backend info and database definitions (ignored)
bdb_db_init: Initializing BDB database
slapd starting
In database bdb section:
[root@qaldap1 2.1.22]# ./libexec/slapd -d 256
daemon: socket() failed errno=97 (Address family not supported by protocol)
bdb_initialize: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
bdb_db_init: Initializing BDB database
/apps/openldap/2.1.22/etc/openldap/slapd.conf: line 119: unknown directive "conn_max_pending" in bdb database definition (ignored)
/apps/openldap/2.1.22/etc/openldap/slapd.conf: line 120: unknown directive "conn_max_pending_auth" in bdb database definition (ignored)
slapd starting
Thanks!
Jamey