Home Access Plus+ Thread, Giving a group access to logon tracker? in Projects:; Hi,
I have created a group and given them the link to the logon tracker on their resources on the ...
-
12th February 2013, 12:49 PM #1 Giving a group access to logon tracker?
Hi,
I have created a group and given them the link to the logon tracker on their resources on the HAP homepage.
They can click on that but then they get a denied access message.
From my earlier tinkerings I guess I need to grant access somewhere in the web.config?
Would that be right and if so where?
Thanks
-
-
IDG Tech News
-
12th February 2013, 02:30 PM #2 Yep, that's it, ~/tracker/web.config
-
-
12th February 2013, 03:06 PM #3 Nope, I'm still being an idiot.
I have tried editing wwwroot\HAP\Tracker\web.config file to give access to the group like this...
<configuration>
<system.web>
<authorization>
<allow roles="Domain Admins" />
<allow roles="GRP_HAP_ACCESS_LOGINS" /> <------------------my added line
<deny users="*" />
</authorization>
</system.web>
<location path="api.asmx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>
or editing the main web.config which usually ends in me being unable to access AHP at all!
Could you let me know what I'm doing wrong?
Thanks
Last edited by reggiep; 12th February 2013 at 03:07 PM.
-
-
12th February 2013, 03:08 PM #4 Hmm, that's odd it should work
-
-
12th February 2013, 03:09 PM #5 So i'm in the right area Nick?
-
-
12th February 2013, 03:13 PM #6 Hmm, after your reply I went and tried to change it to
<configuration>
<system.web>
<authorization>
<allow roles="Students" />
<deny users="*" />
</authorization>
</system.web>
<location path="api.asmx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>
and then a user in the students group could access it.
I have checked my group spelling and that was correct. Does Hap need to know about any groups that I recently created anywhere maybe?
-
-
12th February 2013, 03:15 PM #7 Got it, don't know how but I tried with my original group again and it worked!
Thanks for the help again Nick
-
-
12th February 2013, 03:26 PM #8 Good to hear, it could of been an AD Replication Delay Issue
-
SHARE: 
Similar Threads
-
By klop in forum Windows Server 2008
Replies: 2
Last Post: 6th February 2012, 02:41 PM
-
By edutech4schools in forum Wireless Networks
Replies: 1
Last Post: 18th May 2010, 03:12 PM
-
By paularmstrong in forum Windows
Replies: 11
Last Post: 7th November 2007, 08:27 AM
-
By RobJohnson in forum Network and Classroom Management
Replies: 14
Last Post: 18th May 2007, 12:30 PM
-
By binky in forum Windows
Replies: 3
Last Post: 10th April 2007, 08:40 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules