Troubleshooting LDAP Import - Missing data as a result of LDAP large attribute dataDescriptionMissing data when loading data from LDAP: when browsing the LDAP OU entries from the platform, you get the complete data, but when importing the data, not all records are imported. Symptoms: Import says complete, but not all data presentUser cannot log in through LDAPData discrepancy after importCauseThe LDAP data set includes some records that might contain very large values for some of the attributes. When you browse the entries from the UI, you only query for the attributes cn and ou. However, when you import, you query for the list of attributes that are defined in the LDAP configuration. If the value is empty, you query for all attributes on the server that cause us to retrieve only a subset of the data.ResolutionTo solve the issue, you can limit the number of attributes to only the ones you really need and avoid pulling unnecessary data: Navigate to System LDAP > LDAP Server.Click on the LDAP server that you need to update.Personalize the form to add the Attributes field.Set the Attributes field to only include the attributes you need and avoid unnecessary data.Click Update.Try to import again.