Almalinux ユーザー追加時にエラー表示

# useradd test
[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!
In order to upgrade the database, you must run SSSD.
Removing cache files in /var/lib/sss/db should fix the issue, but note that removing cache files will also remove all of your cached credentials.
Could not open available domains
[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!
In order to upgrade the database, you must run SSSD.
Removing cache files in /var/lib/sss/db should fix the issue, but note that removing cache files will also remove all of your cached credentials.
Could not open available domains

# userdel -r test

[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!
In order to upgrade the database, you must run SSSD.
Removing cache files in /var/lib/sss/db should fix the issue, but note that removing cache files will also remove all of your cached credentials.
Could not open available domains
[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!
In order to upgrade the database, you must run SSSD.
Removing cache files in /var/lib/sss/db should fix the issue, but note that removing cache files will also remove all of your cached credentials.
Could not open available domains
cd /var/lib/sss/db/
systemctl stop sssd

# rm *
rm: remove regular file 'cache_implicit_files.ldb'? y
rm: remove regular file 'config.ldb'? y
rm: remove regular file 'sssd.ldb'? y
rm: remove regular file 'timestamps_implicit_files.ldb'? y

systemctl start sssd


# systemctl status sssd
● sssd.service - System Security Services Daemon
   Loaded: loaded (/usr/lib/systemd/system/sssd.service; enabled; vendor preset>
   Active: inactive (dead)
Condition: start condition failed at Wed 2024-06-12 11:03:51 JST; 2min 22s ago
           tq ConditionPathExists=|/etc/sssd/sssd.conf was not met
           mq ConditionDirectoryNotEmpty=|/etc/sssd/conf.d was not met
lines 1-6/6 (END)