Installed QS without EDM support. Once QS is up enabled EDM support using --enable-edm option.
Can result in the following warning/errors
"Creating EDM User...[sss_cache] [sysdb_domain_cache_connect] (0x0010): DB version too old [0.23], expected [0.24] for domain implicit_files!
Higher version of database is expected"
This version mismatch occurs because the SSSD cache was built/initialized under the older installation (without EDM), and enabling EDM afterward requires a newer schema version that the stale cache doesn't satisfy.
There is an issue with the [sss_cache] [sysdb_domain_cache_connect] (0x0010): The database version is too old, currently at [0.23], while the expected version is [0.24] for the domain 'implicit_files.' It is necessary to upgrade the database to a higher version.
To facilitate this upgrade, it is essential to run the System Security Services Daemon (SSSD). It is recommended to remove the cache files located in /var/lib/sss/db to resolve the issue; however, please be advised that this action will also eliminate all cached credentials.