Jump to content

Recommended Posts

Posted

Hi all

Do you allow staff/students access to their school accounts from home. If so how or what do you use to control it. I used to have Sonic Wall at my last school but that was only for a limited amount of staff and Ranger outpost for the students. I don't think Outpost would be an option here because we have Classlink.

Any guidance with this would be much appreciated.

Posted

Our staff get their acounts at home by way of local account caching and offline files omn their laptop.

 

Pupils don't get access outside of school.

 

Both pupils and staff have access to our VLP for their own personal files (if they've uploaded them in the first place)

 

 

Our ISP doesn't allow outside access to our network apparantly (tried various methods of Remote Access, all unsuccessfully).

Posted

At our school I wrote my own piece of PHP software to sit on the webserver to dish up files to people from home.

 

Essentially, to use our site they must login (hooked into LDAP) and from there the webserver hooks up to our file server to dish up files they requested / upload files to their home drive.

 

Definitely not supplying the source code for that one though ;)

Posted
Definitely not supplying the source code for that one though

 

Why not? would giving santised source code away allow people to bypass your current setup?

 

Ben

Posted

We are currently in the process (started in March on this one) of introducing Citrix Secure Gateway for use by staff/students. That way they not only get their files but can also use school software.

 

Still waiting for the external access though:rolleyes:

Posted
We are currently in the process (started in March on this one) of introducing Citrix Secure Gateway for use by staff/students. That way they not only get their files but can also use school software.

 

Still waiting for the external access though:rolleyes:

 

How are you dealing with licensing issues? For example, I know that some of our 'site licensed' software stipulates that it's only valid for one geographical location...

Posted

We are using the MyDocuments webpart from Salamandersoft via our sharepoint installation for staff / students accessing their documents from home.

 

I am looking at rolling out a terminal server with limited applications for our staff in the not too distant future also.

Posted

Here at our school, all staff and students have access to the same mapped drives they get in school.

 

Similar to Friez, I wrote an ASP.NET interface that runs off the back of our mail server. This is setup already with IIS and Outlook Web Access and is externally visible (obviously).

 

The ASP stuff is deigned to run using impersonation so when a user logs in, the scripts can only access the files that the file server says that user should have access to so security is the same as if they were on site.

 

The pages they see are similar to windows explorer but only allows users to upload and download files, they cannot delete anything nor create or move directories. This was decided on for security but can be pretty limiting.

 

Most of the script that decides what drives people see is coded pretty specifically to our network but I am currently re-writing so mapped drives are determined by HomeDirectory property in AD as well as Group Policies (since this is how they are determined on site), this way any changes to GPOs or user properties are automatically pulled through.

 

Anyone who wants the code for what we have in place is welcome to it, and the new interface when I have finished it. (Should be a couple of months away)

Posted

SSL explorer has always been pretty good. Met the lads behind it at infosec a few years back, and you'd go a long way to meet folk as sound :)

 

Other options: openvpn (also available in your smoothwall firewall complete with AD integration - but doable roll-yer-own as well)

Posted

Between the two schools i work at many methods of remote access have been used. Including web based VPN.

 

The best ones we found was terminal server and VPN for staff who have laptops.

Posted

This is something I have been asked to look into, on the back burner due to our limited bandwidth and tight budgets.

 

What sort of speeds do you guys use for your access? We have boarders using the interent on an evening and it can be painful RDPing into school so I reckon I would need a seperate line, maybe an ISDN line which we did have while ago.

 

I fancied some sort of Terminal services logon for staff and secure access for kiddies.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...