→ Having trouble accessing our new support portal or creating a ticket? Please notify our team here

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Nixfaenger
Engaged Sweeper
Hi,

First please excuse my bad english

following scenario:
in our old AD in the UserAccount the content of the displayName was "Surname.Firstname".
all woks fine.

In our new AD the content of the displayName is "Surname, Firstname <Firstname.Surname@domain.com>" and in CN is "Surname.Firstname"

When I search in Lansweeper in the Searchfield for users in AD, and click on one of the results and it is a user from the new AD, an error message "Server Error in the Application / Lansweeper" appears.
I suspect the reason is, that the displayName in the AD contains "," "@" and "<>".
Can you change the SQL query to not disturb these characters, or can the query use CN instead displayName?

regards, Stephan
2 REPLIES 2
Nixfaenger
Engaged Sweeper
thanks, it works great
Hemoco
Lansweeper Alumni
You can add the line below, marked in bold, to the Program Files\Lansweeper\Website\web.config file on your Lansweeper server. This should get rid of the errors.

<system.web>
<compilation debug="false" defaultLanguage="VB"/>
<pages validateRequest="false" />
</system.web>

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now