Skip to content

More LDAP group integration #930

Description

@ffischer-lyrtron

Feature request

Hi, I'm using Nextcloud 30.0.6 with LDAP/AD integration and ldap_write_support. I'm using FreeIPA as LDAP server. Your plugin is very useful for my organization.

I would like to have and option or maybe a LDIF template for managing groups in LDAP because I need to personalize the creation of groups. Currently I modify the LDAPGroupManager.php to create groups in FreeIPA under another group (nextcloud_users). Here I paste part of my modified createGroup function

$parent_group_dn = "cn=nextcloud_groups,cn=groups,cn=accounts,dc=lyrtron,dc=lan"; $member_info = ["member" => $newGroupDN];

I don't have any knowledge of PHP (I'm Electrical Engineer with knowledge in embedded systems), maybe I'm doing something wrong becuase I can create groups in FreeIPA but Nextcloud don't show the users inside the groups.

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions