yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35017
[Bug 1471446] [NEW] LDAP backend adds more than one objectClass constraint in search filter for some requests
Public bug reported:
Here is an example from one of unit tests:
LDAP search: base=ou=UserGroups,cn=example,cn=com scope=1
filterstr=(&(&(objectClass=groupOfNames)(member=cn=c76bdcc076294c95a7dd3bb2a200fc05,ou=Users,cn=example,cn=com))(objectClass=groupOfNames))
attrs=['ou', 'cn', 'description'] attrsonly=0
This is not an error, just minor shortcoming.
** Affects: keystone
Importance: Undecided
Assignee: Ivan Mironov (mironov-ivan)
Status: In Progress
** Changed in: keystone
Assignee: (unassigned) => Ivan Mironov (mironov-ivan)
** Changed in: keystone
Status: New => In Progress
** Description changed:
Here is an example from one of unit tests:
- LDAP search: base=ou=UserGroups,cn=example,cn=com scope=1
+ LDAP search: base=ou=UserGroups,cn=example,cn=com scope=1
filterstr=(&(&(objectClass=groupOfNames)(member=cn=c76bdcc076294c95a7dd3bb2a200fc05,ou=Users,cn=example,cn=com))(objectClass=groupOfNames))
attrs=['ou', 'cn', 'description'] attrsonly=0
+
+ This is not an error, just minor shortcoming.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1471446
Title:
LDAP backend adds more than one objectClass constraint in search
filter for some requests
Status in OpenStack Identity (Keystone):
In Progress
Bug description:
Here is an example from one of unit tests:
LDAP search: base=ou=UserGroups,cn=example,cn=com scope=1
filterstr=(&(&(objectClass=groupOfNames)(member=cn=c76bdcc076294c95a7dd3bb2a200fc05,ou=Users,cn=example,cn=com))(objectClass=groupOfNames))
attrs=['ou', 'cn', 'description'] attrsonly=0
This is not an error, just minor shortcoming.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1471446/+subscriptions
Follow ups
References