Modify ↓
Opened 12 years ago
Closed 10 years ago
#11304 closed defect (fixed)
Please remove hardcoded objectClasses
| Reported by: | Andras Korn | Owned by: | branson |
|---|---|---|---|
| Priority: | normal | Component: | DirectoryAuthPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
In several places, the code uses ldap filters that have hardcoded objectClasses of either person or group.
My LDAP setup happens to use inetOrgPerson and groupOfNames, so initially the plugin didn't work for me at all.
These hardcoded filters should either be removed completely (I'm not sure they're needed; after all, only groups can have members, so there is not much point in filtering on the objectClass anyway) or made configurable.
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
- the group is now configurable: group_class_attr
- inetPerson is derived from person -> no change required
Note: See
TracTickets for help on using
tickets.



In 14830: