> Stop server 1
> change slapd.conf
> slapindex -q -f /path/to/slapd.conf -b "your base" <attr name>
> start server 1
>
> stop server 2
> change slapd.conf
> slapindex -q -f /path/to/slapd.conf -b "your base" <attr name>
> start server 2
>
>
> Neither server cares about the indexing in place on the other server. The
> main issue would be that
> queries that are expecting the index to exist will be slow until it is in
> place.
>
> --Quanah
Thanks Quanah, worked like a charm.
I wasn't sure wether indexing would be sync'd between servers.
Regards,
Uwe