I hope anyone can help with that. I am locked out of my user account that is managed by sssd because sssd seems to be broken after a system update. This is what journalctrl is reporting
Code:
Apr 06 14:08:05 CLIENT04 systemd[1]: Starting System Security Services Daemon...
Apr 06 14:08:05 CLIENT04 sssd[4594]: ldb: module version mismatch in ../source4/dsdb/samdb/ldb_modules/acl.c : ldb_version=1.2.4 module_version=1.2.3
Apr 06 14:08:05 CLIENT04 sssd[4594]: ldb: failed to initialise module /usr/lib64/ldb/samba/acl.so : Unavailable
Apr 06 14:08:05 CLIENT04 sssd[4594]: ldb: failed to initialise module /usr/lib64/ldb/samba : Unavailable
Apr 06 14:08:05 CLIENT04 sssd[4594]: SSSD couldn't load the configuration database [5]: Input/output error.
Apr 06 14:08:05 CLIENT04 systemd[1]: sssd.service: Main process exited, code=exited, status=4/NOPERMISSION
Apr 06 14:08:05 CLIENT04 systemd[1]: Failed to start System Security Services Daemon.
Apr 06 14:08:05 CLIENT04 systemd[1]: sssd.service: Unit entered failed state.
Apr 06 14:08:05 CLIENT04 systemd[1]: sssd.service: Failed with result 'exit-code'.
Yast says "1.2.3-lp150.7.2" is installed. However in the system I find
Code:
ll /usr/lib64/libldb.so.1*
lrwxrwxrwx 1 root root 15 Mar 28 13:22 /usr/lib64/libldb.so.1 -> libldb.so.1.2.4
-rwxr-xr-x 1 root root 200768 Mar 28 13:22 /usr/lib64/libldb.so.1.2.4
Any clue how to fix this? A quick help is highly appreciated.