Understanding dynamic radiusClients in openldap

Michael Ströder michael at stroeder.com
Tue Feb 22 18:30:07 UTC 2022


On 2/22/22 19:23, Dave Macias wrote:
>   if 
> ("%{ldap:ldap:///ou=radius,dc=datacom,dc=net?cn?sub?(&(objectClass=radiusClient)(cn=%{Packet-Src-IPv6-Address}))}") 
> {
> update control {
> &FreeRADIUS-Client-IPv6-Address = "%{Packet-Src-IPv6-Address}"
> &FreeRADIUS-Client-Shortname = 
> "%{ldap:ldap:///cn=%{Packet-Src-IPv6-Address},ou=clients,ou=radius,dc=datacom,dc=net?radiusClientShortname?}"
> &FreeRADIUS-Client-Secret = 
> "%{ldap:ldap:///cn=%{Packet-Src-IPv6-Address},ou=clients,ou=radius,dc=datacom,dc=net?radiusClientSecret?}"
> }
> }

Because I want to add RADIUS client management to my Æ-DIR I'd like to 
know how many LDAP search requests are caused by the above. Could you 
please have a look at your logs?

Ciao, Michael.


More information about the Freeradius-Users mailing list