Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2011 11:07 PM
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:
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...
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...
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2011 04:54 PM
Please contact us by e-mail support@lansweeper.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2011 03:54 PM
It looks like there is a syncing issue with Active Directory and Lansweeper?