我想通过使用 Realmd 和 SSSD 的 RHEL 服务器使用 AD 身份验证。我尝试使用安装realmd yum install realmd
,但收到以下消息:
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
: subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package realmd available.
Error: Nothing to do
跑步时也会发生同样的情况yum install adcli
这是的输出cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)
答案1
您添加了 EPEL 存储库吗? EPEL 未添加默认存储库。先添加然后执行yum install adcli。看http://pkgs.org/centos-6/epel-x86_64/adcli-0.7.3-1.el6.x86_64.rpm.html 您可以单独下载该软件包并将其添加到您自己的存储库中。
答案2
Realmd 与 RHEL6 不兼容
答案3
您在 RHEL 6.7 上使用哪个 samba 版本进行 AD 身份验证? Samba 4 获得了商业版本来支持 AD 身份验证。据我所知,在使用 Samba 进行 AD 身份验证时,AD 身份验证需要 LDAP 和 Kerberos 身份验证。