银河麒麟加入AD域失败问题

操作步骤:

  1. 安装相关软件
    apt update && apt install realmd adcli sssd sssd-ad sssd-tools libnss-sss libpam-sss packagekit

  2. 发现域
    realm discover ad.example.com

  3. 加入域
    realm join ad.example.com
    以上都能成功,启动sssd后报错(日志:/var/log/sssd/sssd_ad.example.com.log):

[dp_module_open_lib] (0x0010): Unable to load module [ad] with path [/usr/lib/x86_64-linux-gnu/sssd/libsss_ad.so]: libndr.so.0: 无法打开共享对象文件: 没有那个文件或目录

OS:
VERSION=“银河麒麟桌面操作系统V10 (SP1)”
VERSION_US=“Kylin Linux Desktop V10 (SP1)”
ID=kylin
ID_LIKE=debian
PRETTY_NAME=“Kylin V10 SP1”
VERSION_ID=“v10”
HOME_URL=“http://www.kylinos.cn/
SUPPORT_URL=“http://www.kylinos.cn/support/technology.html
BUG_REPORT_URL=“http://www.kylinos.cn/
PRIVACY_POLICY_URL=“http://www.kylinos.cn
VERSION_CODENAME=kylin
UBUNTU_CODENAME=kylin
PROJECT_CODENAME=V10SP1
KYLIN_RELEASE_ID=“2203”

OS:
VERSION=“银河麒麟桌面操作系统V10 (SP1)”
VERSION_US=“Kylin Linux Desktop V10 (SP1)”
ID=kylin
ID_LIKE=debian
PRETTY_NAME=“Kylin V10 SP1”
VERSION_ID=“v10”
HOME_URL=“http://www.kylinos.cn/
SUPPORT_URL=“http://www.kylinos.cn/support/technology.html
BUG_REPORT_URL=“http://www.kylinos.cn/
PRIVACY_POLICY_URL=“http://www.kylinos.cn
VERSION_CODENAME=kylin
UBUNTU_CODENAME=kylin
PROJECT_CODENAME=V10SP1
KYLIN_RELEASE_ID=“2203”

使用最新的镜像已解决