keystone/releasenotes/notes/bug-1929066-6e741c9182620a37.yaml
Grzegorz Grasza ce6031ca12 Update local_id limit to 255 characters
This avoids the "String length exceeded." error, when using LDAP
domain specific backend in case the user uses a user id
attribute, which can exceed the previous constraint of 64 chars.

Change-Id: I923a2a2a5e79c8f265ff436e96258288dddb867b
Closes-Bug: #1929066
Resolves: rhbz#1959345
2021-08-09 20:40:52 +02:00

8 lines
255 B
YAML

---
upgrade:
- |
[`bug 1929066 <https://bugs.launchpad.net/keystone/+bug/1929066>`_]
Increase the length of the `local_id` column in the `id_mapping` table
to accommodate LDAP group names that result in names greater than
64 characters.