#1118 Support exclusion of attributes when building attribute list from map
Closed: Fixed Opened by jzeleny.

Currently when we call build_attrs_from_map(), the entire map is used which subsequently leads to asking LDAP server all attributes of certain object. While the most common scenario is when we need all retrieved attributes, sometimes we need only some of them and fetching all can be a real performance slowdown. This is especially true for multi-value attributes like memberof.

We should support the possibility to exclude some attributes when building the list from map.

The ground work has already been done:
https://fedorahosted.org/pipermail/sssd-devel/2011-June/006464.html


Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.9.0 NEEDS_TRIAGE

"Nice to have" for 1.9.

milestone: SSSD 1.9.0 NEEDS_TRIAGE => SSSD 1.9.0

Fields changed

feature_milestone: =>
type: enhancement => task

Fields changed

owner: somebody => jzeleny

Fields changed

rhbz: => 0

Fields changed

status: new => assigned

Fields changed

patch: 0 => 1

Fixed in:[[BR]]
64ddff90c7fcc02ccb06824ac93af7d5f361a88f[[BR]]
6b81b6ada1010e65b447fc74453e236fb8791813

Fields changed

resolution: => fixed
status: assigned => closed

Metadata Update from @jzeleny:
- Issue assigned to jzeleny
- Issue set to the milestone: SSSD 1.9.0

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2160

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata