Tag: php

  • IIS, PHP, and LDAPS with Active Directory.

    Why you’d ever want to do this is probably a discussion best left to the political arena. But for the purpose of that thing I call my “day job”, I was required to do just this. External website, authenticates against Active Directory using LDAPS. Website is coded in PHP, and runs on IIS on Windows…

  • Prime number generator

    This is a little something I’ve been working on for an experiment. It’s a pretty basic prime number generator. At the moment, it’s using what I call, an “exponential” search function which I thought of. It’s probably been thought of by someone else, but I’m calling it my own for the time being. In my…