Le 26/08/2021 à 18:13, Howard Chu a écrit :
What would be the best practice to update the cn=schema,cn=config entry after an upgrade? It seems this schema is only available when we migrate slapd.conf to cn=config.
The contents of the cn=schema,cn=config entry on disk are mostly irrelevant. That entry represents all the hardcoded schema in slapd, so it will always be generated in memory with slapd's current schema at runtime.
Oh I discover that, thanks a lot!
Do you know why it is generated when we convert slapd.conf to cn=config? It does not seem to have any advantage.