mirror of
https://github.com/abbas-gheydi/radotp.git
synced 2026-04-26 19:45:55 +03:00
[GH-ISSUE #19] How can I use LdapGroupsFilter in radiusd.conf ? #15
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/radotp#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @davidemiccone on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/abbas-gheydi/radotp/issues/19
Which is the scope of LdapGroupsFilter in radiusd.conf, how can I use it?
Thanks
@Ctere1 commented on GitHub (May 7, 2025):
The LdapGroupsFilter setting in radiusd.conf defines which LDAP groups are allowed to authenticate via RADIUS.
If this setting is defined: Only users who are members of the specified LDAP groups will be allowed to authenticate. All others will receive an Access-Reject response, even if their credentials are correct.
If this setting is left blank or not set: RADIUS will still validate usernames and passwords, but no group membership checks will be performed. This means all users with valid credentials—regardless of group—will be granted access.