Summary
When importing thousands of users via a CSV file on the Laserfiche Directory Server, the import may fail due to the large number of entries. You may get an error stating: "Can't add users to group."
Cause
The large number of users cannot be added due to the maximum request length.
Resolution
The default entry limit needs to be overridden in the web configuration. To do so, follow the steps below:
< system.web> < compilation debug="true" targetFramework="4.7.2" / > < httpRuntime targetFramework="4.7.2" maxRequestLength="1048576" / > < authentication mode="Windows" / >
The configuration change can be reverted after successful import.