→ The Lansweeper Customer Excellence Awards 2024 - Submit Your Project Now! Learn More & Enter Here

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

I am trying to restrict users from being able to access Lansweeper. I understand there is already a KB for this: http://www.lansweeper.com/kb/restrict.aspx

However, I am still not able to have this working..

Here is my desired web.config:
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_Lansweeper" value="sqlserver.htm" />
<add key="MM_CONNECTION_STRING_Lansweeper" value="Persist Security Info=False;Data Source=****;Initial Catalog=lansweeperdb;User ID=lansweeperuser;Password=******;Connect Timeout=120" />
<add key="MM_CONNECTION_DATABASETYPE_Lansweeper" value="SQLServer"/>
<add key="MM_CONNECTION_SCHEMA_Lansweeper" value=""/>
<add key="MM_CONNECTION_CATALOG_Lansweeper" value=""/>
</appSettings>
<system.web>
<authentication mode="Windows"/>
<identity impersonate="true" />
<authorization>
<allow roles="DOMAIN\Lansweeper Users" />
<deny users="*" />
</authorization>
<compilation debug="true" strict="false" explicit="true"/>
</system.web>
</configuration>



I have an Active Directory group called "Lansweeper Users". I only only like this group to have access to the site, and no one else. I also want (as the KB recommends) to have Windows Authentication.

When I try to access the site, it does prompt me for my user credentials, however it does not accept the credentials, nor any of the users from that Group...

Can only point me to the right direction...
2 REPLIES 2
Hemoco
Lansweeper Alumni
Please contact us by e-mail support@lansweeper.com
raviman8
Engaged Sweeper
It looks like there is a syncing issue with Active Directory and Lansweeper?

New to Lansweeper?

Try Lansweeper For Free

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

Try Now