[GH-ISSUE #19] How can I use LdapGroupsFilter in radiusd.conf ? #15

Open
opened 2026-03-13 14:31:16 +03:00 by kerem · 1 comment
Owner

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

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
Author
Owner

@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.

<!-- gh-comment-id:2858764724 --> @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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/radotp#15
No description provided.