[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Openldap 2.4.16] Unable to use DB_CONFIG
- To: openldap-software@openldap.org
- Subject: [Openldap 2.4.16] Unable to use DB_CONFIG
- From: Lepoutre Lionel <leplio@gmail.com>
- Date: Fri, 17 Jul 2009 14:19:46 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DtZIgDY5T+bmSeNa8hcQcqTTnCxuBfjQlodiPoAhOmk=; b=VOR8uH4Vev7NxU+8E0XNO8V0ibRKybll9ytOsf0vxC1Sudp1VvKtNzCb+2+5Pz6zHj 1xp734Ou+bSOU7mR9SLWknj235VZHW3ejMwphgmhbYTSu1ZOtGPli39FkrUqr0bNkEtn E3A5XqGwrDiKlvICA69z5Gy9LgtvJ8Ic+xu1I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rCopQ5yDfCWb6nCkse4fnwN5VRX0hF8/GYfaDQHsSbWq7LDDDP9awcU56ZUG9RVRi0 u5xY5xCbqd2/ERLxboCD2txRWnBLgHmRgwACCNk+2NwxUooaHQ5v2bQ/lH+5SmVqn5Om 5MDVcxjCV06j/p/zrsUjqsf4bw8uxVhk3MfeU=
Hello,
I am trying to use the DB_CONFIG file as it seems to be the good way to configure my hdb database.
My LDAP start without any DB_CONFIG, but when I put a DB_CONFIG file I have an error:
"unrecognized name-value pair: dn:"
Here is an extract of my files (I have changed my personal information by MY...)
- slapd.conf:
------------------------------------
database hdb
suffix "MY_LDAP_SUFFIX"
rootdn "MY_ROOT_DN"
rootpw MY_ROOT_PASS
directory /opt/local/openldap/var/openldap-data
- DB_CONFIG:
-----------------------------------
# global configuration settings
dn: cn=config
objectClass: olcGlobal
cn: config
# schema definitions
dn: cn=schema,cn=config
objectClass: olcSchemaConfig
cn: schema
dn: cn=core,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: core
#backend definitions
dn: olcBackend=hdb,cn=config
objectClass: olcBackendConfig
olcBackend: hdb
# database definitions
dn: olcDatabase=hdb,cn=config
objectClass: olcDatabaseConfig
olcDatabase: hdb
olcSuffix: MY_LDAP_SUFFIX
....
It seems to be because of the first line of my DB_CONFIG file but I have copied it from the documentation (http://www.openldap.org/doc/admin24/slapdconf2.html). Did I miss something? Is it not the good file for such configuration?
Any help is welcome and sorry if it is a stupid question.
Lionel