Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch adds support for filtering attributes when constructing
attribute list from a map for LDAP query.
|
|
This is necessary because in several places in the code, we are
appending to the attrs returned from this value, and if we relied
on the map size macro, we would be appending after the NULL
terminator if one or more attributes were defined as NULL.
|
|
|
|
|
|
https://fedorahosted.org/sssd/ticket/1016
|
|
|
|
This was causing a segfault during HBAC processing and any ID lookups
except for netgroups
|
|
Currently it is only handling netgroups by itself, other requests are
forwarded to LDAP provider.
|