Keystone ldap tree_dn does not support Chinese
Bug #1641026 reported by
vegezcj
This bug affects 12 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Confirmed
|
High
|
Unassigned | ||
oslo.config |
Expired
|
Undecided
|
Unassigned |
Bug Description
Keystone ldap tree_dn does not support Chinese
My keystone.conf:
url = ldap://
user = CN=Administrato
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:UnicodeDe
I think tree_dn need unicode.
Changed in keystone: | |
assignee: | nobody → vegezcj (453528434-f) |
Changed in keystone: | |
importance: | Undecided → High |
status: | New → Confirmed |
To post a comment you must log in.
silly question, does the ldap in question work with other application? i don't know the LDAP spec well enough to say if there is a character restriction for DNs, but I'm guessing not.