Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Delete User

Prev Next
Step Details
Introduced in Version5.0.0
Last Modified in Version9.9.0
LocationIntegration > Active Directory

The Delete User step removes a user from the AD server. The synced AD account will not be removed from Decisions.



Properties

Inputs

PropertyDescriptionData Type
LDAP Server Settings


System User NameUser name used to sign into the AD serverString

System PasswordPassword used to sign into the AD serverString

LDAP Server AddressServer address used to sign into the AD serverString

Enable LDAPSBoolean allowing for enabling LDAPSBoolean
Login NameName of user to be deletedString



The LDAP server returned an unknown error

If the LDAP server settings are not properly configured an error will occur.

To resolve this, ensure that the inputs for the LDAP Server Settings are correct.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Create User Advanced 1[CreateUserAdvanced] in flow [Flow 2]: Exception invoking method CreateUserAdvanced on class ActiveDirectoryManager 
 ---> DecisionsFramework.LoggedException: Exception invoking method CreateUserAdvanced on class ActiveDirectoryManager 
 ---> System.DirectoryServices.Protocols.LdapException: The LDAP server returned an unknown error: 52 
   at System.DirectoryServices.Protocols.LdapConnection.Connect() 
   at System.DirectoryServices.Protocols.LdapConnection.BindHelper(NetworkCredential newCredential, Boolean needSetCredential) 
   at System.DirectoryServices.Protocols.LdapConnection.Bind() 
   at ActiveDirectory.ActiveDirectoryMethods.GetLdapConnection(String serverIp, String userName, String userPassword) 
   at DecisionsActiveDirectorySteps.ActiveDirectoryManager.CreateUserAdvanced(String ouPath, String loginName, String userPassword, String email, String firstName, String lastName, String department, String systemUserName, String systemPassword, String ldapServerAddress)   
   --- End of inner exception stack trace --- 
   at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data) 
   at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData) 
   at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)   
   --- End of inner exception stack trace ---

Step Changes

DescriptionVersionDateDeveloper Task
Added the Enable LDAPS property.
9.9
April 2025
[DT-043875]

Related Information

Forum Posts:
AD (Active Directory) Configuration
Single Sign On With Active Directory
Questions Regarding Active Directory Integration

Related Articles:

Active Directory Module Steps