Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(IAC-1289) openLDAP ldif config error with group 'users' #346

Open
canpmh opened this issue Nov 21, 2022 · 4 comments
Open

(IAC-1289) openLDAP ldif config error with group 'users' #346

canpmh opened this issue Nov 21, 2022 · 4 comments
Assignees

Comments

@canpmh
Copy link

canpmh commented Nov 21, 2022

the ldif for the 'users' group has an incorrect distinguished name, which manifests in Viya as a failure show this group when querying memberships for any of the members. This false negative in Viya can manifest to cause confusion.

The distinguishedName attribute's value should be: cn=users,ou=groups,dc=example,dc=com, as opposed to what is shown below.

dn: cn=users,ou=groups,dc=example,dc=com
objectClass: groupOfUniqueNames
objectClass: extensibleObject
gidNumber: 1000
distinguishedName: cn=group1,ou=groups,dc=example,dc=com
uniqueMember: uid=user1,ou=people,dc=example,dc=com
uniqueMember: uid=user2,ou=people,dc=example,dc=com
cn: users

@riragh
Copy link
Member

riragh commented Dec 5, 2023

I haven't seen any issues with the users setup with openLDAP recently. @canpmh are you still having this issue?

@canpmh
Copy link
Author

canpmh commented Dec 5, 2023

I haven't checked for this since I opened the issue. I just checked the code and it is still incorrect.

  dn: cn=users,ou=groups,dc=example,dc=com
  changetype: add
  objectclass: groupofUniqueNames
  objectclass: extensibleObject
  gidNumber: 1000
  distinguishedName: _**cn=group1**_,ou=groups,dc=example,dc=com
  uniqueMember:uid=basic_user1,ou=people,dc=example,dc=com

@canpmh
Copy link
Author

canpmh commented Dec 5, 2023

@sayeun sayeun changed the title openLDAP ldif config error with group 'users' (IAC-1289) openLDAP ldif config error with group 'users' Dec 11, 2023
@sayeun
Copy link

sayeun commented Dec 11, 2023

Opened an internal ticket for investigation.

@riragh riragh self-assigned this Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants