Active Directory Query v2
The Active Directory Query integration enables you to access and manage Active Directory objects (users, contacts, and computers).
Authentication & Identity Management · Active Directory Query
Configuration parameters
server_ip— Server IP address (for example, 192.168.0.1) (required)port— Server port. If not specified, the default port is 389 for LDAP, 636 for LDAPS, or 3268 for global catalog servers.credentials— Username (required)ntlm— NTLM authenticationbase_dn— Base DN (for example "dc=company,dc=com") (required)page_size— Page sizesecure_connection— Secure Connection (required)ssl_version— SSL Versionunsecure— Trust any certificate (not secure)verify_base_dn— Verify base DN on every commandmapper-in— Incoming Mapper (required)mapper-out— Outgoing Mapper (required)group-cn— Group CN for terminated employeescreate-if-not-exists— Create user if does not existdefault_base_query— Default base query to use in the ad-get-user command
Commands (28)
-
ad-add-to-groupAdds an Active Directory user or computer to a group.
-
ad-create-contactCreates an Active Directory contact.
-
ad-create-groupCreates a new security or distribution Active Directory group.
-
ad-create-userCreates an Active Directory user. This command requires a secure connection (SSL,TLS).
-
ad-delete-groupDeletes an existing Active Directory security or distribution group.
-
ad-delete-userDeletes an Active Directory user.
-
ad-disable-accountDisables an Active Directory user account.
-
ad-enable-accountEnables a previously disabled Active Directory account.
-
ad-expire-passwordExpires the password of an Active Directory user.
-
ad-get-computerRetrieves detailed information about a computer account. The computer can be specified by name, email address, or as an Active Directory Distinguished Name (DN). If no filters are provided, all computers are returned.
-
ad-get-group-membersRetrieves the list of users or computers that are members of the specified group.
-
ad-get-userRetrieves detailed information about a user account. The user can be specified by name, email address, or as an Active Directory Distinguished Name (DN). If no filter is specified, all users are returned.
-
ad-modify-computer-ouModifies the computer organizational unit within a domain.
-
ad-modify-password-never-expireModifies the AD account attribute "Password Never Expire".
-
ad-modify-user-ouModifies the user organizational unit within a domain.
-
ad-remove-from-groupRemoves an Active Directory user or computer from a group.
-
ad-searchRuns Active Directory queries.
-
ad-set-new-passwordSets a new password for an Active Directory user. This command requires a secure connection (SSL,TLS).
-
ad-test-credentialsTest given credentials.
-
ad-unlock-accountUnlocks a previously locked Active Directory user account.
-
ad-update-contactUpdates attributes of an existing Active Directory contact.
-
ad-update-groupUpdates attributes of an existing Active Directory group.
-
ad-update-userUpdates attributes of an existing Active Directory user.
-
get-mapping-fieldsRetrieves a User Profile schema which holds all of the user fields in the application. Used for outgoing mapping through the Get Schema option.
-
iam-create-userCreates an Active Directory user. This command requires a secure connection (SSL,TLS).
-
iam-disable-userDisables a user.
-
iam-get-userRetrieves a single user resource.
-
iam-update-userUpdates an existing user with the data in the User Profile indicator that is passed in the user-profile argument.