13 Dec
2016
13 Dec
'16
5:48 p.m.
On Dec 13, 2016, at 4:31 PM, Adam Thompson <athompson@uplogix.com> wrote:
I need to configure FreeRADIUS Version 2.2.6 to retrieve LDAP security group membership, and am hoping someone here can help.
It can retrieve LDAP group membership, mostly. But it's really limited to checking LDAP group membership.
In this case I have a web application that queries FreeRADIUS. FreeRADIUS then goes to the LDAP server and authenticates the user. User authentication works, but I've tried a couple of things to get the LDAP server to return security group membership with no luck.
You can just do an LDAP query, and return that. Or, use v3, which caches LDAP group membership. Version 2 is old and no longer supported. Alan DeKok.