7 May
2025
7 May
'25
6:55 a.m.
Am 07.05.25 um 10:23 schrieb Christoph Egger via Freeradius-Users:
EXPAND (&(objectClass=posixAccount)(cn=%{User-Name})) --> (&(objectClass=posixAccount)(cn=thatsme)) Performing search in "ou=users,dc=ldap,dc=example,dc=com" with filter "(&(objectClass=posixAccount)(cn=thatsme))", scope "sub" Waiting for search result... Search returned no results
I found the issue: I also have to use &control:User-Name in the ldap Module in the user- and group-settings. Now it works. Thanks for your help. Christoph