ldap_write_support icon indicating copy to clipboard operation
ldap_write_support copied to clipboard

More LDAP group integration

Open ffischer-lyrtron opened this issue 10 months ago • 1 comments

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!

ffischer-lyrtron avatar Feb 15 '25 18:02 ffischer-lyrtron

Duplicate of #446 ?

come-nc avatar Feb 18 '25 12:02 come-nc