puppet-keystone/releasenotes/notes/add-group_members_are_ids-7decbef235d0afd8.yaml
Cyril Lopez fa21938135 Add a LDAP param group_members_are_ids
Enable this option if the members of the group
object class are keystone user IDs rather than LDAP DNs.
This is thecase when using posixGroup as the group object
class in Open Directory.

Closes-Bug: #1805801

Change-Id: I46ec675fb959c5d1b8f9cbf300e480026e803a66
Signed-off-by: Cyril Lopez <cylopez@redhat.com>
2018-11-29 13:48:51 +00:00

8 lines
281 B
YAML

---
features:
- |
In Keystone, we can set group_members_are_ids option. This parameter enables
the members of the group object class to be keystone user IDs
rather than LDAP DNs. This is the case when using posixGroup as the group
object class in Open Directory.