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

Re: backglue



I configuration syntax bothers me a bit...  (multiple databases
with same suffixes).

How about an alternative syntax:

database ldbm
suffix "ou=Alumni Association,ou=People,o=University of Michigan,c=US"	subordinate
directory ./test-db/1
rootdn "cn=Manager,o=University of Michigan,c=US"
rootpw secret

database ldbm
suffix "o=University of Michigan,c=US"
directory ./test-db/2
rootdn "cn=Manager,o=University of Michigan,c=US"
rootpw secret

The extra keyword "subordinate" says glue the immediate superior
database.  The keyword would also disable this suffix from being
listed as a namingContext.

Kurt