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

Get groups by requesting the memberOf property of the users #43

Open
mdouchin opened this issue Mar 20, 2023 · 2 comments
Open

Get groups by requesting the memberOf property of the users #43

mdouchin opened this issue Mar 20, 2023 · 2 comments

Comments

@mdouchin
Copy link

Hi,

I must sync with an Active Directory server which does not return any member when requesting the groups details, but instead adds a memberOf property when requesting a user details.

The user entry has an 'memberOf' attribute value for each group (as opposed to the group having a 'member' attribute value for each user)

If I understood correctly, pg-ldap-sync cannot yet use this user memberOf property, but expects the group member property ?

@larskanis
Copy link
Owner

You're right - pg-ldap-sync needs the member property and can not (yet) work with memberOf.

We're using two separate Active Directory trees and they both have the member property. Is it something that can be enabled?

@mdouchin
Copy link
Author

Thanks for your answer.
I will ask the Active Directory manager to see if the member property could be added. I hope it would be easy.

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

2 participants