--- title: "Configure The Active Directory Server With LDAP Over SSL" slug: "configure-the-active-directory-server-with-ldap-over-ssl" updated: 2025-02-03T04:30:56Z published: 2025-02-03T04:30:56Z canonical: "docs.biztalk360.com/configure-the-active-directory-server-with-ldap-over-ssl" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # Configure The Active Directory Server With LDAP Over SSL If you are using LDAP authentication over SSL, you need to make the following changes in the BizTalk360 database to allow BizTalk360 to use SSL for LDAP authentication. 1. In the BizTalk360 database, check the dbo.b360_admin_GlobalProperties table for a row with value "AD_PATH" under the "SettingKey" Column 2. If the row exists, delete the row 3. Add the following row to the table 4. Make sure you change the server name and DC as per your environment 5. INSERT INTO dbo.b360_admin_GlobalProperties (SettingKey,SettingValue)VALUES ('AD_PATH','server01:636/OU=users,DC=kovai,DC=com' 6. Once you have made these changes, BizTalk360 should be able to use SSL for LDAP authentication. **Error Type: Could not load type 'System.Runtime.Diagnostics.ITraceSourceString'...** If you face an error message as shown below, Could not load type 'System.Runtime.Diagnostics.ITraceSourceStringProvider' from assembly 'System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' **Solution** You need to install the patch (Microsoft .NET Framework 4.5.2) as mentioned in the following [this](https://www.microsoft.com/en-us/download/details.aspx?id=42642) support article The reason for the error is mainly because .NET is not installed in the machine.