7 Jun
2011
7 Jun
'11
1:30 p.m.
Renan wrote:
So, according to this: http://wiki.freeradius.org/Attribute%20support%20by%20processing%20list
I can only access the User-Name and Auth-Type at my custom exec module, and nothing else?
Uh, no. The wiki page needs to be reformatted. Each module has access to *all* of the attributes in *all* of the lists. Which attributes actually exist depend on the packet, and on the local configuration.
I just want to access an LDAP value at my exec module without having to issue an external ldapsearch and avoid mantaining doubled ldap configurations and queries for this.
You can't use RADIUS to query LDAP from an "exec" module. Alan DeKok.