Category: Computers

  • Connecting to Active Directory using PHP

    I really struggled to get PHP to be able to use LDAPS to talk to my domain controller. I wanted the ability to create users and set passwords and security groups so that I could administer users from my web interface. It took a lot of googling but I finally got it working and it…

  • Setup NTP service on Ubuntu

    Having the correct time on your server is really important especially if you are looking at log files. There is nothing worse than knowing the time something went wrong but not finding it in the log file. The simple way to solve the problem is to install an NTP service so that the time and…