LDAP Sync Setup
How to set up LDAP Sync for an On-Prem clientÂ
Munis LDAP
Active Directory
MunisUsers Group
Users
Site would like to set up LDAP for the first time
Log into the Munis application server with tylerservice or an administrator account
Create a text file to store LDAP values in
Open a command prompt, type set L and hit enter
Record the LOGONSERVER value (minus the \\) into your text file
Open File Explorer and navigate to <mundrv>:\TylerInstalls\TYLER_DEPLOYMENT_TOOLS
Open ADExplorer.exe
Can also be obtained from here https://live.sysinternals.com/ADExplorer.exe
In the Connect to: field, enter the LOGONSERVER value you recorded, then click OK
In the new window under the LOGONSEVER name, right click the top level domain, click Copy Object Name and paste into your text file
Back in the AD Explorer, click Search > Search Container...
Fill out the search fields as shown below
Under the Class dropdown, select Container -- container
Under the Attribute dropdown, select cn
Under the Relation dropdown, select Contains
In the Value field, enter munis
Click Add, then click Search
Double click the result for the munisusers group (or equivalent). This will expand the AD Explorer tree directly to that result.
Close the Search Container window
Right click the munisusers group, click Copy Object Name and paste into your text file
Log into Munis with an account that has system administration permissions
From the Munis menu, open LDAP Settings (System Administration > General Administration > LDAP Settings)
Select the desired group of users to which the settings will apply (Ex: Users, Employees, etc)
Click UpdateÂ
Enter values as follows
Name:Â Group name
Ex: Users
Description:Â Group description
Ex:Â Users
Check off Enabled
If using SSL, check off Use SSL
Host Address: LOGONSERVER value from step 3
Port:Â LDAP port
Not using SSL: Typically 389
Using SSL: 636
User: munisldap account entered as domain\munisldap
Ex: TYLERTOWN\munisldap
Password:Â munisldap password
If this is wrong, you will receive an error when you tab out of this field
Search DN:Â Top level domain value from step 6
Ex: DC=corp,DC=tylertechnologies,DC=com
Filter: Start by entering (memberOf
Paste the munisusers group object name from step 12
Close out filter with a parenthesis
Ex: (memberOf=CN=MunisUsers,CN=Users,DC=corp,DC=tylertechnologies,DC=com)
Click Accept to save