Skip to content

PG roles created for group members (ldap_user) are not being granted the PG role created for the group they are a member of (ldap_group) #38

@orlando-colamatteo

Description

@orlando-colamatteo

We are seeing the sync happen between active directory and our pg cluster but the users are not granted the role representing the ldap group they are a member of.

State of Active Directory:

  1. Group xyz_biz_analysts contains 1 member sally

What we see in pg cluster:

  1. Role named xyz_biz_analysts is created and granted ldap_groups role
  2. Role named sally is created and granted ldap_users role, but not the xyz_biz_analysts role

Desired:

  1. Role named xyz_biz_analysts is created and granted ldap_groups role - OK
  2. Role named sally is created and granted ldap_users role and is also granted xyz_biz_analysts role

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions