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

Re: Subentry woes



>>>>> "Ganesan" == Ganesan R <rganesan-ldap@myrealbox.com> writes:

> Now for my actual problem; I have defined a replicaSubEntry-2 object class
> that has subentry as it's super class. When I try to add the entry slapd
> complains about missing attribute "subtreespecification". However, when I
> try to define an empty attribute for it (which should implicitly define the
> scope to the current context) I get an error. When I try to give an explicit
> context, I get an error saying that the attribute should be binary. What am
> I doing wrong?

I think I've figured it out. schema_init.c treats SubtreeSpecification as a
binary, non human readable attribute. I've worked around this for now by
treating it as a IA5String for now. This is probably incorrect but I don't
plan to use that attribute anyway.

Ganesan