-
Posts
4,190 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by nickbro
-
Home access to staff shared drive for teachers.
nickbro replied to mrwobbly's topic in How do you do....it?
I use 2008 R2, but it's the same for 2012. I'm sure the RD Gateway was TS Gateway in 2003. SSTP is not limited to 2008, it's part of the routing and remote access components, and they haven't changed until 2012 since 2000 -
Home access to staff shared drive for teachers.
nickbro replied to mrwobbly's topic in How do you do....it?
Home Access Plus+ for all, staff have RemoteApps (i.e. SIMS/Word via RD and RD Gateway) and I have SSTP vpn access. -
Added XML Archive functionality in the latest checkin: https://hap.codeplex.com/SourceControl/changeset/82945
-
If it can't log the user in after 4 attempts, either bad username or password. It also does it based on IP address and Browser, so if you have a reverse proxy server infront of the HAP+ server, the server will only see the proxy server's IP as the users address. So, here's the current logic if IPAddress is known AND Browser for that IPAddress is known AND the Attempts on those two is more than 4 THEN block for 20 minutes
-
Unlimited logon attempts is not supported, nor is setting it to 0, just an FYI
-
Ok, 2 options here @mrbios 1. is I add SQL for the help desk 2. is to add an Archive Tickets bit
-
No, it would have to be different. I don't use webdav much, Home : The Official Microsoft IIS Site would be the place to look.
-
I'll see what I can do @reggiep, @safcphil
-
visit myfiles/homework.aspx. It's provided as an 'AS-IS' system though, I'll try and fix some things when I can.
-
Just add webdav, not else is needed. HAP+ would need custom config if the BS or HD was being used
-
Hi both, v9 will have the ability to define an internal ip range, which will use kerberos for login (no username or password for IE, FF and Chrome will need a setting tweak), which should remove the logon prompt. v9 will also have MaxLogonAttempts attribute of AD in the hapConfig.xml file, so you can increase the logon attempts if needed
-
it is possible, but requires editing an IIS configuration file to allow you to remove the webdav handler. That being said, if you're just using the my files part, not the booking system or help desk you don't need to mess with IIS.
-
Open ~/bookingsystem/default.aspx Line 567: minWidth: 450 Increase the 450 to 550 or something higher
-
Ok, does it fix it self if you make the overview calendar bigger? If that's the case, then we can edit the javascript to make the box bigger by default
-
readwriteto needs to be blank if you using it like I think you are also check the ~/bookingsystem/web.config file
-
It's coming with the v9 release, kerberos SSO will be supported for limited use of HAP+ while maintaining forms auth for external stuff. That is due for release at the end of easter
-
Edugames unlimited, How to block?
nickbro replied to vortex999's topic in Internet Related/Filtering/Firewall
proxy config file to the rescue, if it's a managed device anyhow. I managed to block it by going direct on sites.google.com, since we don't have direct 80/443 it doesn't work function FindProxyForURL(url, host) { if (shExpMatch(url, "ftp:*") || shExpMatch(url, "*crick.internal*") || shExpMatch(url, "*.local")) return "DIRECT"; // If IP address is internal or hostname resolves to internal IP, send direct. var resolved_ip = dnsResolve(host); if (dnsDomainIs(host, "localhost") || isInNet(resolved_ip, "10.0.0.0", "255.0.0.0") || isInNet(resolved_ip, "172.16.0.0", "255.240.0.0") || isInNet(resolved_ip, "192.168.0.0", "255.255.0.0") || isInNet(resolved_ip, "127.0.0.0", "255.255.255.0") || dnsDomainIs(host, "internal") || dnsDomainIs(host, "local") || dnsDomainIs(host, "sites.google.com")) return "DIRECT"; return "PROXY rmsmartcache.local:8080; PROXY censored3.powys.sch.uk:3128; DIRECT"; } -
In the HAP Config for the Logon Tracker. Override Code
-
During the time that the open evening is going on I either do that little trick, or set it via HAPConfig to allow student users unlimited logons, same with staff. The other option is for that user to not have execute permissions on the hap logon tracker.exe in the system32 folder (set via group policy preferences)
-
You can override the logon prompt. Hold CTRL and click on cancel, it'll ask for a code and will then allow you to click the Done button
-
This may be an issue with recursive group lookups, that is currently being worked on for the v9 release. Which page did you try and access? The homepage? or My Files? If it's My Files, can you post the myfiles section of your hapConfig.xml file
-
The zipping option can be hit and miss. And downloading a folder isn't supported.
-
Here = Nokia Maps, they've been renaming a few things on Windows Phone 8 to Here, Nokia Drive+ is now Here Drive+ The copyright in the bottom corner also gives it away. Doesn't look too bad though, the 3D in the browser is pretty sweet. The Sat pics are out of date though, nearly the whole of wales has really low res sat pics, even ms bing has better pics (since MS and Nokia share mapping data it seems odd), just as proof: Here Maps: http://her.is/TSU7A Bing Maps: http://binged.it/12n19FY Google Maps: http://goo.gl/maps/rhla0 Bing has the most up-to-date sat imagery, as we got solar panels last summer, and I didn't realise we were the only one the street with them, wow. Infact, Here is using MS's streetside for the street level view, just with different cursor animations
