Following on from some recent OpenVAS testing and in turn discovering that some of our PHP versions were sorely out of date I’ve set about to patch and document all of the installations. In turn we have a simple guide on how to update PHP security releases! Please note – this guide is aimed at really simple single server instances… Read more
Tag: IIS
5 fun applications to think about when deploying Smart Cards
Looking for some fun ways to get more out of your your Smart Card deployment? If so have you tried……? Use Smart Cards to login to your Servers via Remote Desktop Use Smart Cards with the PowerShell Get-Credential Commandlet Use Smart Cards with your Firewall for single sign on Use Smart Cards to login to IIS Web Applications (just a box… Read more
Windows Authentication when using Safari on iOS8 does not work – Workaround
In recent testing with iOS8 (specifically 8.0.2) we’ve discovered that any web application (in particular we’ve got a number of in house applications that were built using Visual Studio Lightswitch 2013) that relies on Windows Authentication (on Microsoft Internet Information Services) simply does not work. In particular users get to the login prompt screen to enter their username and password… Read more
WebDAV – Access Windows File Shares outside the firewall on any device – Part 3 – Guides + More reading
So you now have your WebDAV server setup and its time to get this out to your users. To help you along you feel free to edit the guides below to your particular requirements. For further reading take a look at the links below- Basic setup of a WebDAV site on IIS.net – http://www.iis.net/learn/install/installing-publishing-technologies/installing-and-configuring-webdav-on-iis Basic setup of WebDAV on seanashton.net… Read more
WebDAV – Access Windows File Shares outside the firewall on any device – Part 2 – The server setup
In the previous article in this series we looked at the topology needed to setup a WebDAV infrastructure. I’ll assume that You have a public DNS record which points to a IP address on your firewall which is in turn port forwarding 443 (HTTPS) to your IIS server (this also works through Web Application Proxys like the ones built into Smoothwall… Read more
WebDAV – Access Windows File Shares outside the firewall on any device – Part 1 – The basics
Every once in a while a magical bit of software comes along that makes life so very good; today that software is WebDAV and its been around so long that some people might have forgotten how good it is. The premise goes You have one or more internal Windows Server(s) which hosts users personal documents and shared drives You would… Read more
Moodle Error, new users LDAP and SSO (NTLM)
After recently setting up a Moodle install (hosted on IIS on Server 2008 R2) with SSO (LDAP server based (good old Microsoft AD) with NTLM looking after things) we found that any new users were getting this error message appearing. Fatal error: $CFG->dataroot is not writable, admin has to fix directory permissions! Exiting. The simple solution is to this problem is… Read more