Daily Archives: May 3, 2012

Java Active Directory Authentication

I had to quickly add some AD authentication to one of our applications and it was becoming cumbersome at best using the built in Java LDAP libraries.  Most things had to have FQDNs, nested groups weren’t supported, the host name

Tagged with: , , ,
Posted in Active Directory, Java

Generate Installer Product IDs Automatically

I had installed some scripting in Jenkins to generate a random guid on each build of our installers and inject it through maven into the WiX source files.  It turns out WiX supports that natively by just placing a ‘*’

Tagged with:
Posted in WiX