yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08618
[Bug 1259735] Re: Change attribute_ignore from string to list
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1259735
Title:
Change attribute_ignore from string to list
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
In keystone/common/ldap/core.py,
when self.attribute_ignore is loaded from the config, it is loaded as a string, not a list. This causes all the
if...k in self.attribute_ignore:
checks to not behave as expected.
For example, if user_attribute_ignore looks like this:
user_attribute_ignore=project_id,foo_bar
then attributes named project, id, foo, and bar would all be ignored because they are all in that string
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1259735/+subscriptions
References