Hello, I'm trying to integrate freeradius with active directory in cenos 7. The steps I did to join the client to AD domain here: yum install realm realm discover 10.8.10.109 test.uy type: kerberos realm-name: TEST.UY domain-name: test.uy configured: no server-software: active-directory client-software: sssd required-package: oddjob required-package: oddjob-mkhomedir required-package: sssd required-package: adcli required-package: samba-common yum -y install oddjob oddjobmkhomedir sssd adcli sambacommon yum install -y krb5workstation hostnamectl set-hostname prueba realm join -U Administrator test.uy ssh administrator@test.uy@localhost [administrator@test.uy@prueba ~]$ Done! Now I need help to install and configure freeradius and delegate authentication with active directory users.
From here, is there a guide to configure freeradius / active directory authentication?
I tryied with different guides but I can't do the job yet... Thanks in advance.-