Uwe Sauter uwe.sauter.de@gmail.com schrieb am 14.09.2022 um 17:46 in
Nachricht 449ea0c3-97d9-7228-ef16-a36022c320ad@gmail.com:
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.
Using cn=config with replcated configs it's sufficient to add the index to the config: The index is created on each server then.
Regards,
Uwe