ok thanks,
But how can I set the user in a seperate database to have access to a different database?
Regards,
Hendrik
On Tue, 22 Mar 2011 12:07:54 +0200 (SAST), Buchan Milne bgmilne@staff.telkomsa.net wrote:
----- "Hendrik van der Ploeg" hvdploeg@competa.com wrote:
Hello,
Can I add 1 user in cn=config so that it can access all the underlying databases? (olcdatabase={1}bdb, olcdatabase={2}bdb etc.
cn=config is not for hosting entries for DUA clients, just as the
'mysql'
database is not for hosting tables for RDBMS client applications.
The reason for this is that I use ldap-meta which connects to a LDAP server with multiple databases in it.
dc=0001,dc=domain,dc=nl dc=0002,dc=domain,dc=nl dc=0003,dc=domain,dc=nl
I use "idassert-bind" at the ldap-meta server to set a different username. But in this situation I need to add an extra username for every database in slapd.conf
Is there a possibility to use a global user which can access all the databases?
Use a separate local database with a suitable backend (e.g. hdb or
bdb).
Regards, Buchan