Public bug reported: Keystone ldap tree_dn does not support Chinese My keystone.conf:
url = ldap://10.153.195.125 user = CN=Administrator,CN=Users,DC=h3c,DC=com password = h3C123456 suffix = DC=h3c,DC=com query_scope = sub user_tree_dn = OU=华三,DC=h3c,DC=com ....... ....... My tree_dn config ou is Chinese,I try login openstack dashboard It throw:UnicodeDecodeError:'ascii' codes can't decode bytes 0xe5 in position 3:ordinal not in range(128) I think tree_dn need unicode. ** Affects: keystone Importance: Undecided Status: New -- 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/1641026 Title: Keystone ldap tree_dn does not support Chinese Status in OpenStack Identity (keystone): New Bug description: Keystone ldap tree_dn does not support Chinese My keystone.conf: url = ldap://10.153.195.125 user = CN=Administrator,CN=Users,DC=h3c,DC=com password = h3C123456 suffix = DC=h3c,DC=com query_scope = sub user_tree_dn = OU=华三,DC=h3c,DC=com ....... ....... My tree_dn config ou is Chinese,I try login openstack dashboard It throw:UnicodeDecodeError:'ascii' codes can't decode bytes 0xe5 in position 3:ordinal not in range(128) I think tree_dn need unicode. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1641026/+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

