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

Integration of Yunohost groups #383

Closed
slowphil opened this issue Feb 23, 2021 · 1 comment
Closed

Integration of Yunohost groups #383

slowphil opened this issue Feb 23, 2021 · 1 comment

Comments

@slowphil
Copy link

I have an up-to-date yunohost running on a rapsberry pi, with Nextcloud 20.0.7.

Groups defined in Yunohost show up in Nextcloud, but they appear unpopulated, making them useless. AFAIU, there used to be a fix for this issue in NextCloud v19, but the fix no longer works in v20. I asked for help in the forum, but got no feedback.

Is this a known issue with v20? Are there workarounds? Anything I can do to help diagnose this issue?

@slowphil
Copy link
Author

I don't know why it had escaped to me while searching, nor why no one pointed me towards PR #341 which precisely addresses that issue!
Anyway, I just applied the two only changes that are recommended in the discussion :

sudo -u nextcloud php7.3 /var/www/nextcloud/occ ldap:set-config "" ldap_group_filter "(&(objectclass=top)(memberUid=*))" sudo -u nextcloud php7.3 /var/www/nextcloud/occ ldap:set-config "" ldap_group_member_assoc_attribute "memberUid"
and I confirm as the others that this fixes the issue (groups appear correctly populated, now)!
I hope the PR will make it in V21.

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

1 participant