* Shari Harper <
sharily...@gmail.com> [2013-09-09 19:38]:
> Actually we do need to be able to block access entirely to the simpleSAML
> php web interface via firewall protection if possible. This will be
> sitting in the public internet and we don't want hackers to be able to
> attempt access at all so need to restrict by IP range. Is there a way you
> could recommend to best accomplish this?
Setting it to a very large random-ish string should do, I would think.
While you can always configure the webserver to deny access to exactly
those parts of the site (Apache httpd LocationMatch directive) maybe
IP address checking isn't suitable for such requirements at all.
Consider removing the underlying template code from the system (and
no, I don't have a list for you, you'd look at that yourself).
Longer term you should probably file an issue with the bug tracker to
make the admin pages into a module that can be disabled easily, like
the other modules.
-peter