freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

Debug message incorrect when resolving group by name in rlm_ldap

Open arr2036 opened this issue 6 years ago • 0 comments

Issue type

  • Defect - Unexpected behaviour (obvious or verified by project member).

Defect

How to reproduce the issue

When querying a non-cached group membership by name, debug output states that the object the user is a member of was the parent of the group object.

if (&LDAP-Group == 'my-group') {
   # success
}

Will emit a debug message similar to ou=groups,dc=example,dc=com when it should be cn=my-group,ou=groups,dc=example,dc=com.

arr2036 avatar Oct 30 '19 22:10 arr2036