I seem to have deleted the mapped drive tile. I was actually removing the me / password tile so not sure how the mapped drive tile vanished.
In the HAP config / home page section what do I need to type to get the mapped drive tile back.
Cheers.
I seem to have deleted the mapped drive tile. I was actually removing the me / password tile so not sure how the mapped drive tile vanished.
In the HAP config / home page section what do I need to type to get the mapped drive tile back.
Cheers.
That can go in the hapConfig.xml fileHTML Code:<Link name="Files" showto="Inherit" description="Access your School Files" url="~/myfiles/" icon="~/images/icons/metro/folders-os/DocumentsFolder.png" target="" type="myfiles" />
Thanks, that gave me back the tile.
Problem is I can not edit the mapped drives. If I change the mapping and click save it has not saved.
What file holds the mappings?
The hapConfig.xml file.
You can't save unless the core AD settings are in
Ok changed settings in config file and all ok.
Another issue,
Q1. I do not have anything set under 'active directory user list' but I can still log in as a teacher. Should that be the case.
Q2. Why does it ask for aStudents Group: on the active directory page and not ask for teachers. What is this for.
Last edited by edutech4schools; 25th September 2012 at 03:01 PM.
1. Yes, the user lists are used only on the helpdesk/booking system
2. See above
OK.
Is it possible to lock down which members of staff can access the site? I only want 2 or 3 teachers to access HAP.
IIS Manager should be able to lock it down to a specific group.
Or ~/web.config
line 45
toHTML Code:<authorization> <deny users="?" /> </authorization>
HTML Code:<authorization> <allow users="User1, User2, User3" /> <deny users="*" /> </authorization>
edutech4schools (25th September 2012)
Cool. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)