(0x0010): DB version too old [0.23], expected [0.24] for domain implic

[复制链接]
发表于 2024-7-24 15:15:39 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
环境:rocky linux release 8.10 (Green Obsidian) 、sssd
题目:用户在rocky上创建新用户时报错,信息如下:
[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
解决方法:
假如体系上没有运行 sssd.service,只需启动一次 sssd.service,即可升级数据库
  1. systemctl status sssd.service
  2. systemctl start sssd.service
  3. systemctl stop sssd.service
  4. systemctl status sssd.service
复制代码
留意:假如没有 /etc/sssd/sssd.conf,则需要按如下方式创建,之后应将其删除
  1. ls -l /etc/sssd/sssd.conf
  2. cat << 'EOF' > /etc/sssd/sssd.conf
  3. [sssd]
  4. enable_files_domain = true
  5. EOF
  6. chmod 600 /etc/sssd/sssd.conf
复制代码
根因:
有大概是颠末sssd版本升级造成的题目,比如sssd-2.3升级到sssd-2.5,大概文件被修改也会产生该题目,只要重新启停sssd.service服务即可解决。


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

登录后关闭弹窗

登录参与点评抽奖  加入IT实名职场社区
去登录
快速回复 返回顶部 返回列表