Latest posts

Added on June 2, 2020

A while ago during development of an Identity and Access Management (IAM for short) service, there was a dependency on a LDAP service that was hosted by another department. And although there was access to add, or change, users through a web interface, it was less then optimal for automated (integration) testing. It also required that I had to leave open the VPN connection to the corporate LAN, which in the time of Docker and VM’s should no longer be the case.
At the time I did look into solutions for a test LDAP, but was unable at the time. And recently I found a solution that allows for testing and integrating without external dependencies.

Read more...

© 2020 Houthakker Engineering