syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
396 stars 40 forks source link

Support groups #557

Closed cyberb closed 3 years ago

cyberb commented 3 years ago

Currently Nextcloud with LDAP enabled does not allow to create non-LDAP groups.

We have few options:

  1. Disable ldap group support if that is possible in Nextcloud Ldap plugin. If we do that we risk losing admin permissions.
  2. Allow Users app to create groups which does not have that feature. Probably we need another Ldap user/group manager like: https://github.com/wheelybird/ldap-user-manager
cyberb commented 3 years ago

We are testing new users app (based on https://github.com/wheelybird/ldap-user-manager) which will allow group managememt.

cyberb commented 3 years ago

New users app has been released with groups support. For Nextcloud, after adding groups admin needs to allow them in Nextcloud Settings - Ldap intergation - grous tab.