diff options
author | RHE <rebirthmonkey@gmail.com> | 2017-11-24 13:54:26 +0100 |
---|---|---|
committer | RHE <rebirthmonkey@gmail.com> | 2017-11-24 13:54:26 +0100 |
commit | 920a49cfa055733d575282973e23558c33087a4a (patch) | |
tree | d371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml | |
parent | ef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff) |
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml')
-rw-r--r-- | keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml b/keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml deleted file mode 100644 index bc6ec728..00000000 --- a/keystone-moon/releasenotes/notes/bug-1542417-d630b7886bb0b369.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -features: - - > - [`bug 1542417 <https://bugs.launchpad.net/keystone/+bug/1542417>`_] - Added support for a `user_description_attribute` mapping - to the LDAP driver configuration. -upgrade: - - > - The LDAP driver now also maps the user description attribute after - user retrieval from LDAP. - If this is undesired behavior for your setup, please add `description` - to the `user_attribute_ignore` LDAP driver config setting. - - The default mapping of the description attribute is set to `description`. - Please adjust the LDAP driver config setting `user_description_attribute` - if your LDAP uses a different attribute name (for instance to `displayName` - in case of an AD backed LDAP). - - If your `user_additional_attribute_mapping` setting contains - `description:description` you can remove this mapping, since this is - now the default behavior. |