0 votes

Hello,

I need to give the help desk the ability to add users to eDirectory groups from Adaxes.

I can bind to the eDir tree, read attributes of objects, but I cannot add user to a group.
On Novell eDirectory, to add a member to a group we need to add it to "Members" attributes and "Security Equal to Me".

Is there a way to do it?

Example :

#Add user to Group
$context.LogMessage("Add User $TrgtUserDN to Group $GroupName", "Information")
$DomainGroup.PSBase.Invoke('Add',$DomainEntry.PSBase.Path)
$DomainGroup.psbase.commitchanges()
$context.LogMessage("User now in the Group $GroupName", "Information")

by (1.1k points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Hello,

We've put together a small sample that allows adding a eDirectory user to a eDirectory group. See the following script in our repository: http://www.adaxes.com/script-repository ... p-s406.htm. It works flawlessly in our testing eDirectory domain.

0

Great, thank you!

Related questions

0 votes
1 answer

Is there any way to add a warning message when someone tries to add a group member that already is member? Checked config but found nothing related. Added a new member that ... the group and there is no warning, and the logs show that the task was completed.

asked Jul 9 by lramirez (20 points)
0 votes
1 answer

We have a business rule that will update an AD attribute when a new member is added to a group. This business rule works when we use powershell commands or the admin console ... set to trigger "After adding a member to a group". Thank you for your support!

asked Mar 29, 2023 by mark.it.admin (2.3k points)
0 votes
1 answer

Hello, Is there a way to send an email notification when a user is added to a group dynamically (with LDAP filter) , it's work only when i add the user manually Thank you

asked Jun 30, 2021 by GG (70 points)
0 votes
1 answer

Hello, we offer our team leads to manage their teams: - the manager select "My Team" - then all member of the team are listed - the manager selects a member of the team and ... by") :o How can I set such a filter which restricts the groups? Many thanks, Horst

asked Mar 23, 2018 by HorstR (460 points)
0 votes
1 answer

Hi all, How can I add a user directly to an Entra ID group? I understand it might be possible via CLI e.g. Add-AzureADGroupMember - But is there a built-in GUI method via Business Rules? Thanks, David

asked Oct 2 by dshortall (80 points)
3,552 questions
3,242 answers
8,243 comments
547,828 users