yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73908
[Bug 1782922] [NEW] LDAP: changing user_id_attribute bricks group mapping
Public bug reported:
Env Details:
Openstack version: Queens (17.0.5)
OS: CentOS 7.5
LDAP: Active Directory, Windows Server 2012R2
We changed the user_id_attribute to sAMAccountName when configuring
keystone. [ user_id_attribute = "sAMAccountName" ; group_members_are_ids
= False ]. Unfortunately this bricks the group mapping logic in
keystone.
The relevant code in keystone:
`list_users_in_group` [1] -> gets all groups from the LDAP server, and then calls `_transform_group_member_ids`. `_transform_group_member_ids` tries to match the user ids (for posixGroups e.g.) or the DN. However DN matching does not match the full DN. It rather takes the first RDN of the DN and computes the keystone user id [2]. The first RDN in Active Directory is the "CN". While the user-create part honors the user_id_attribute and takes "sAMAccountName" in our configuration. The generated user-ids in keystone now do not match anymore and hence group mapping is broken.
A fix could be looking up the user by the DN received from the 'member'
attribute of a given group and compare the configured
'user_id_attribute' of the received ldap user id and the in keystone
stored user id. A quick fix could also be to mention that behavior in
the documentation.
[1] https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/common.py#L1285
[2]
https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/core.py#L126
[3]
https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/common.py#L1296
** 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/1782922
Title:
LDAP: changing user_id_attribute bricks group mapping
Status in OpenStack Identity (keystone):
New
Bug description:
Env Details:
Openstack version: Queens (17.0.5)
OS: CentOS 7.5
LDAP: Active Directory, Windows Server 2012R2
We changed the user_id_attribute to sAMAccountName when configuring
keystone. [ user_id_attribute = "sAMAccountName" ;
group_members_are_ids = False ]. Unfortunately this bricks the group
mapping logic in keystone.
The relevant code in keystone:
`list_users_in_group` [1] -> gets all groups from the LDAP server, and then calls `_transform_group_member_ids`. `_transform_group_member_ids` tries to match the user ids (for posixGroups e.g.) or the DN. However DN matching does not match the full DN. It rather takes the first RDN of the DN and computes the keystone user id [2]. The first RDN in Active Directory is the "CN". While the user-create part honors the user_id_attribute and takes "sAMAccountName" in our configuration. The generated user-ids in keystone now do not match anymore and hence group mapping is broken.
A fix could be looking up the user by the DN received from the
'member' attribute of a given group and compare the configured
'user_id_attribute' of the received ldap user id and the in keystone
stored user id. A quick fix could also be to mention that behavior in
the documentation.
[1] https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/common.py#L1285
[2]
https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/core.py#L126
[3]
https://github.com/openstack/keystone/blob/master/keystone/identity/backends/ldap/common.py#L1296
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1782922/+subscriptions
Follow ups
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2020-01-27
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Launchpad Bug Tracker, 2020-01-15
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2020-01-14
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-11-05
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-11-04
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Launchpad Bug Tracker, 2019-11-04
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-09-18
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-09-18
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-09-18
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: OpenStack Infra, 2019-07-23
-
[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping
From: Corey Bryant, 2019-06-20