More LDAP group integration
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!
Duplicate of #446 ?