Active Directory - FreeRadius3 ldap configuration
-
I want to make a portal captif with active directory authentication :
I did configure my portal captif with my freeradius server, I add a user to freeradius, and I can authenticate with it. Now the problem is when I configure LDAP from FreeRadius, so users can authenticate with theiractive directory account, but it doesn't work.
Here is my LDAP configuration :
Server Adress : 192.168.X.X
Server Port : 389
Identity : cn=My account, ou=Employes, ou=Use Domain, dc=xx, dc=com
Password : password of My account
Base DN : dc=xx, dc=com
filter : sAMAccountName=%{session.logon.last.username}
Base Filter : (&(objectCategory=Person)(sAMAccountName=*))Miscellaneous Configuration - Server 1
Acive Directory compatibility : Enable
Others let it blank ?
Someone have aleardy success on doing AD and Pfsense ?
-
Hi i will make the same thing.
Did your config work?