--On Monday, June 26, 2023 10:18 PM +0200 cYuSeDfZfb cYuSeDfZfb cyusedfzfb@gmail.com wrote:
Now we wonder if the serverID is determined and set correctly or not.... and even with loglevel -1 the auto-determined "local serverID" is not logged on start.
Does anyone know?
Can the serverID also be determined from the local hostname? Or is there any other magic going on?
This is determined in the following code block in servers/slapd/config.c:
https://git.openldap.org/openldap/openldap/-/blob/master/servers/slapd/config.c#L2311
So that's the magic you are looking for.
Regards, Quanah