[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: new matching rules
At 01:02 AM 3/26/2003, Jiri Barton wrote:
>My question is, do I have to patch the OpenLDAP source in order to implement a new matching rule?
In short, each new rule requires code to implement that rule.
One can either integrate the code directly (patch schema_init.c)
or use a plugin interface (I know the native plugin interface
support matching rule modules, SLAPI might as well.)
>If not, where can I find relevant information on this subject?
The source here is quite relevant.
Kurt