Bind User: CN=FreeRADIUS,CN=Managed Service Accounts,DC=AD,DC=EXAMPLE,DC=ORGBase Domain: DC=AD,DC=EXAMPLE,DC=ORGUser Search: (sAMAccountName=%{%{Stripped-User-Name}:-%{User-Name}})Group Search: (memberOf=CN=Users,DC=AD,DC=EXAMPLE,DC=ORG)
Hello mimugmailthank you so much for the answer. I read a lot about EAP, PAP and all other methods. I'm not sure if I understand it 100% correctly.In my opinion, my setup would only work with EAP-TTLS/PAP, which is just secure, if the certificate is validated properly. If I try to authenticate with EAP-TTLS/PAP, I get an error message on the OPNsense/radius.log (EAP Type "TTLS" configured):Auth: (11) Login incorrect (No Auth-Type found: rejecting the user via Post-Auth-Type = Reject)If I try to use the EAP Type "TTLS-GTC", the RADIUS daemon doesn't start:Error: /usr/local/etc/raddb/mods-enabled/eap[15]: No dictionary definition for default EAP method 'ttls-gtc'.Is ttls-gtc the same as ttls/pap?Have a good day.Olk
Hey all. As of 21.7 , this appears to be the required parameters for AD user search. The answers in this post helped me sort this out; thanks!Code: [Select]Bind User: CN=FreeRADIUS,CN=Managed Service Accounts,DC=AD,DC=EXAMPLE,DC=ORGBase Domain: DC=AD,DC=EXAMPLE,DC=ORGUser Search: (sAMAccountName=%{%{Stripped-User-Name}:-%{User-Name}})Group Search: (memberOf=CN=Users,DC=AD,DC=EXAMPLE,DC=ORG)