Hi, I have a rhel7 and a centos7. both resolv.conf is point to the AD/DC. However when I do realm discover <$domain>
the results are different. For rhel7 I get winbind, for centos7 I get sssd. How can I set realmd for rhel7 so when I do realm join it will use sssd instead of winbind?
rhel7:
# realm discover test-realm test-realm.com type: kerberos realm-name: TEST-REALM.COM domain-name: test-realm.com configured: kerberos-member server-software: active-directory client-software: winbind required-package: oddjob-mkhomedir required-package: oddjob required-package: samba-winbind-clients required-package: samba-winbind required-package: samba-common login-formats: %U login-policy: allow-any-login
centos 7 (What i want rhel7 to be)
# realm discover test-realm.com test-realm.com type: kerberos realm-name: TEST-REALM.COM domain-name: test-realm.com configured: kerberos-member server-software: active-directory client-software: sssd required-package: oddjob required-package: oddjob-mkhomedir required-package: sssd required-package: adcli required-package: samba-common login-formats: %U login-policy: allow-realm-logins
All of my test machines have realm discover simliar to the Centos7, I am unable to replicate the problem and test it out on my own. I am touching production, I don't want to do realm join <$domain>
on my rhel7 and end up using winbind. From what I know, if realm discover show the client-software is winbind, then when I use realm join
it will configure winbind instead of sssd.
[link] [comments]