[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: backend suffix ordering
> At 12:45 PM 2/15/01 +0100, Pierangelo Masarati wrote:
> >BTW, I noticed that in the select_backend routine,
> >in servers/slapd/backend.c, the check disappeared
> >(the routine/macro DN_SEPARATOR), possibly
> >when the manageDSAit stuff was added.
>
> I don't recall there ever being a separator check. Yes,
> there should be one. I'll try to code up something when I get
> a chance.
You're right. I browsed the code, and I realized wrote "select_backend" while
thinking at "suffix_alias". There I saw a check for base and suffix matching
occurring at a dn separator by means of a DN_SEPARATOR macro defined in slap.h.
Pierangelo.