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

RE: backglue



I see your point. It's a bit less obvious to me how to get the glue code
initialized this way, but I'll work with it.

> -----Original Message-----
> From: Kurt D. Zeilenga [mailto:Kurt@OpenLDAP.org]

> 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
>