Ferry Boender
Programmer, DevOpper, Open Source enthusiast.

This is nice: I would just like to say….
For a long time Apache only supported a single authentication provider per location. For instance, you’d have: <Location /> Require valid-user AuthType Basic AuthName “FooCoorporation” AuthBasicProvider ldap AuthzLDAPAuthoritative Off AuthLDAPURL ldap://192.168.1.1:389/ou=foo,o=electricmonk,c=nl AuthLDAPBindDN cn=ldapreader,o=electricmonk,c=nl AuthLDAPBindPassword PASSWORD </Location> In older Apaches, it wasn’t possible to add another Authentication provider. So, in the situation above, you can run […]
I’ve been hearing a lot of “With language X, you’ll write code 10 times faster!” kind of remarks in the last couple of years, where “language X’ can be substituted for the latest hip language or framework. I might even have shouted it about Python a couple of times myself. But does it really matter […]
Search this blog:
The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.