Connect
Connect Microsoft Active Directory to Zluri
Prerequisites
- Administrator privileges on the Active Directory server
Locate the Active Directory integration and choose scopes
-
Open the Integrations Catalog, search for "active directory", and click ➕ Connect.
-
Choose the scopes for the integration, and click Continue. You can click the down-arrow button towards the right of a scope to find out what it does.
Gather information about your server
Fill out your server information. You'll find the steps to gather this information below this screenshot.

a. On Prem Server Host
This is your server's external IP address. To find this, open cmd.exe
and run curl ifconfig.me/ip
b. On Prem Server Port
If you have SSL enabled on your domain controller, enter 636. Otherwise, enter 389
c. SSL Enabled On On Prem Server
Check if the domain controller has an active SSL certificate:
-
Press Windows + R, and run
mmc.exe
-
Go to File → Add/Remove Snap-in...
-
Select Certificates from the list and click Add
-
Choose Computer account and click Next
-
Select Local computer and click Finish
-
Click OK to close the snap-in window
-
In the left pane, expand: Certificates (Local Computer) → Personal → Certificates
-
Look for a certificate with:
- Subject: The DC’s hostname
- Purpose: Server Authentication
In this case, there is no such certificate, so we will choose No. If the certificate exists, set the field to Yes instead.
d. Base DN of On Prem Server
Distinguished Name (DN) for the root of your AD domain, (e.g., dc=acme,dc=com
) . To find this, open PowerShell and run the following command:
(Get-ADDomain).DistinguishedName
e. Admin Bind DN
Distinguished name of the account binding to LDAP, eg., cn=Administrator,cn=Users,dc=acme,dc=com
. To find this, open PowerShell and run the following command:
(Get-ADUser -Identity "Administrator").DistinguishedName
f. Password for On Prem Server
Password of the account used in the previous step.
Connect the Active Directory instance to Zluri
Click Connect, give the connection a name and description, and you’re ready to go!
Got questions? Feel free to submit a ticket or contact us directly at [email protected].
Updated 12 days ago