|
QUERY |
RESPONSE |
|
Is this feature on track for Jan 2018? |
Yes, the feature will be completed and you can expect in our upcoming Dashboard Server release. |
|
Also, is there a plan to implement an LDAP Query against Active Directory to restrict adding users from a particular OU Group.
Our searches are timing out because of the size of our Active Directory.
UPDATE: If we could restrict searching based on the Distinguished Name it would help but this field does not accept the dot ('.') character.
CN=TestCN is accepted but CN=Test.CN throws the error 'Invalid Distinguished Name'. |
Now, we don’t have a support to restrict searching users from a particular OU Group.
“Invalid Distinguished Name” error occurs due to the client-side validation in the active directory settings page.
Follow the below steps to fix in your Dashboard server installed machine,
C:\Syncfusion\Dashboard Server\DashboardServer.Web\Views\Administration
Now you can search the users based on your distinguished name. |