Public bug reported:

With ldap server as backend, keystone has to handle users whose names
having only white spaces.

For e.g. From the below ldap query user result, keystone has to ignore
user "'dn': u'cn=\\ \\ ,o=suffix2,o=IBM_SUFFIX'" which has only white
spaces in its name.

ldap_query_result = 
[{'dn': u'cn=arc1_posix_user,o=suffix2,o=IBM_SUFFIX', 'id': 
u'arc1_posix_user_uid', 'name': u'arc1_posix_user'}, 
 {'dn': u'cn=arc1_posix_user_group,O=IBM_SUFFIX', 'id': 
u'arc1_posix_user_group', 'name': u'arc1_posix_user_group'},
 {'dn': u'cn=\\ \\ ,o=suffix2,o=IBM_SUFFIX', 'id': u'arc1_posix_user', 'name': 
u'  '}, 
 {'dn': u'cn=arc1_posix_user3,o=suffix2,O=IBM_SUFFIX', 'id': 
u'arc1_posix_user', 'name': u'arc1_posix_user3'}]

** Affects: keystone
     Importance: Undecided
         Status: New

** Summary changed:

- Keystone to ignore ldap users with blank spaces in names
+ Keystone to ignore ldap users with blank spaces in their name

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1727726

Title:
  Keystone to ignore ldap users with blank spaces in their name

Status in OpenStack Identity (keystone):
  New

Bug description:
  With ldap server as backend, keystone has to handle users whose names
  having only white spaces.

  For e.g. From the below ldap query user result, keystone has to ignore
  user "'dn': u'cn=\\ \\ ,o=suffix2,o=IBM_SUFFIX'" which has only white
  spaces in its name.

  ldap_query_result = 
  [{'dn': u'cn=arc1_posix_user,o=suffix2,o=IBM_SUFFIX', 'id': 
u'arc1_posix_user_uid', 'name': u'arc1_posix_user'}, 
   {'dn': u'cn=arc1_posix_user_group,O=IBM_SUFFIX', 'id': 
u'arc1_posix_user_group', 'name': u'arc1_posix_user_group'},
   {'dn': u'cn=\\ \\ ,o=suffix2,o=IBM_SUFFIX', 'id': u'arc1_posix_user', 
'name': u'  '}, 
   {'dn': u'cn=arc1_posix_user3,o=suffix2,O=IBM_SUFFIX', 'id': 
u'arc1_posix_user', 'name': u'arc1_posix_user3'}]

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1727726/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to