Skip to main content

Active Directory Connector

Active Directory Connect to an Active Directory server.

Connections

LDAP Connection

Connection to an LDAP server

InputCommentsDefault
URLLDAP server URL. Required when not using the on-prem connection.
DNLDAP server Distinguished Name to bind to.
PasswordPassword for the DN to bind to.
CertificateCertificate to use for the connection if required by the LDAP server.
Use on-prem LDAPSTurn this On if your private LDAP server requires an LDAPS connection.false

Actions

Add Entry

Add entry in Active Directory.

InputCommentsDefault
Connection
DN to AddThe DN of the entry to add.
Attributes to AddThe attributes to add to the entry. Must be a JSON object.
Debug RequestEnabling this flag will log out the current request.false

Add Group

Add group in Active Directory.

InputCommentsDefault
Connection
Group DNThe DN of the group to add.
Group NameThe name of the group to add.
Group TypeThe type of group to add.
sAMAccountNameThe sAMAccountName of the group to add.
Debug RequestEnabling this flag will log out the current request.false

Add User

Add a user in Active Directory.

InputCommentsDefault
Connection
User DNThe DN of the user to add.
User NameThe name of the user to add.
sAMAccountNameThe sAMAccountName of the user to add.
User Principal NameThe user principal name of the user to add.
PasswordThe password of the user to add.
Debug RequestEnabling this flag will log out the current request.false

Add User to Group

Add a user to a group in Active Directory.

InputCommentsDefault
Connection
Group DNThe DN of the group to add the user to.
User DN to AddThe DN of the user to add to the group.
Debug RequestEnabling this flag will log out the current request.false

Bind

Bind test in Active Directory.

InputCommentsDefault
Connection
Debug RequestEnabling this flag will log out the current request.false

Delete Entry

Delete an entry in Active Directory.

InputCommentsDefault
Connection
DN to DeleteThe DN of the entry to delete.
Debug RequestEnabling this flag will log out the current request.false

Disable User Account

Disable a user in Active Directory.

InputCommentsDefault
Connection
User DNThe DN of the user to disable.
Debug RequestEnabling this flag will log out the current request.false

Extended Operation

Perform an extended operation in Active Directory.

InputCommentsDefault
Connection
OIDThe OID of the extended operation to perform.
ValueThe value to send with the extended operation.
Debug RequestEnabling this flag will log out the current request.false

Is Authenticated

Check if the connection is authenticated.

InputCommentsDefault
Connection
Debug RequestEnabling this flag will log out the current request.false

Move User to Organizational Unit

Move user to Organizational unit in Active Directory.

InputCommentsDefault
Connection
OU User DNThe DN of the user to move.
New OU User DNThe new DN for the user.
Debug RequestEnabling this flag will log out the current request.false

Remove User From Group

Remove a user from group in Active Directory.

InputCommentsDefault
Connection
Group DNThe DN of the group to remove the user from.
User DN to RemoveThe DN of the user to remove from the group.
Debug RequestEnabling this flag will log out the current request.false

Rename Entry

Rename an entry in Active Directory.

InputCommentsDefault
Connection
Entry to RenameThe DN of the entry to rename.
New Relative DNThe new relative DN for the entry.
Debug RequestEnabling this flag will log out the current request.false

Search Entries

Search entries in Active Directory.

InputCommentsDefault
Connection
Search BaseThe base DN to start the search operation from.
ScopeThe scope of the search operation.sub
FilterThe filter to apply to the search operation.(objectClass=*)
AttributesThe attributes to retrieve from the search operation. Leave empty to retrieve all attributes.
Include ReferencesInclude references in the search results.false
Debug RequestEnabling this flag will log out the current request.false

Search Groups

Search groups in Active Directory.

InputCommentsDefault
Connection
Additional AttributesAdditional attributes to include in the search results.
Debug RequestEnabling this flag will log out the current request.false

Search Users

Search users in Active Directory.

InputCommentsDefault
Connection
Additional AttributesAdditional attributes to include in the search results.
Debug RequestEnabling this flag will log out the current request.false

Set Password to User

Set user password in Active Directory.

InputCommentsDefault
Connection
User DNThe DN of the user to set the password for.
New PasswordThe new password for the user.
Debug RequestEnabling this flag will log out the current request.false

Update Entry

Update entry in Active Directory.

InputCommentsDefault
Connection
Entry to UpdateThe DN of the entry to update.
ChangesThe changes to apply to the entry. Must be an array of operations.
Debug RequestEnabling this flag will log out the current request.false

Update User

Update user in Active Directory.

InputCommentsDefault
Connection
User to UpdateThe DN of the user to update.
ChangesThe changes to apply to the user. Must be an array of operations.
Debug RequestEnabling this flag will log out the current request.false