Simone Taliercio wrote:
> I tried your suggestion, but it does not really like it:
>
> /usr/local/etc/openldap/slapd.conf: line 90: unknown directive <unique_uri>
> inside backend database definition.
Make sure the overlay module gets loaded with this configuration directive in
the global section of your slapd.conf:
moduleload unique
The global section consists of all configuration directives *before* your
first database directive.
Ciao, Michael.