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

LDAP Backend with circles #1249

Closed
ghost opened this issue Feb 7, 2023 · 7 comments · Fixed by #1421
Closed

LDAP Backend with circles #1249

ghost opened this issue Feb 7, 2023 · 7 comments · Fixed by #1421

Comments

@ghost
Copy link

ghost commented Feb 7, 2023

Hi , i noticed thats circles dosen't work perfectly with LDAP groups.

Lets's say i have to groups group1 (created in nextcloud) & group2(imported from LDAP). and i created a circle to add them to it

group1 members will see the circle in their list but group2 won't, when i change the visibility it dosen't show that the group2 are members of it .

seeing the database LDAP groups are on a different table than the others. < might be the cause ?

if there is any info that might help would be appreciated

this issue might be related to this #1166 not sure

@ghost ghost changed the title [bug][Need info]LDAP Backend with circles LDAP Backend with circles Feb 9, 2023
@ghost
Copy link
Author

ghost commented Feb 9, 2023

So the issue was ldap groups weren't added to the oc_circles_circle , oc_circles_member and oc_circles_membership tables from the start.

the work around that kinda worked on the test enviromnt was add all the AD groups to circle it will generate a row for them in oc_circles_circle ;
map the users with the groups in oc_circles_member and oc_circles_membership tables ;
delete the circle u created and that somewhat worked.

@elephantastyczny
Copy link

This have to be fix right away!
voting for it!

@elephantastyczny
Copy link

Ghost, can you please share - how did you approached and fixed this?
Any screenshots or tutorials?

@mjess
Copy link

mjess commented May 19, 2023

Will this be fixed/improved? I need to use Collectirves (which requires Circles) and I want to use LDAP groups for the user/group management. Would be great to have Circles working with LDAP groups

@elephantastyczny
Copy link

Hi Devs, any plans to make it work?
Not pushing, just asking ;)

@Thatoo
Copy link

Thatoo commented Oct 3, 2023

It make Circle and Collectives difficult to configurate (and thus to use) if groups aren't working (because of ldap).

@mejo-
Copy link
Member

mejo- commented Oct 24, 2023

This issue might get solved by #1421. Could you please apply this patch against the circles app and see whether it solves the issue for you?

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

Successfully merging a pull request may close this issue.

4 participants