* goimports fixups
Adjust imports lists to match that produced by goimports.
Signed-off-by: Icarus Sparry <icarus.sparry@amd.com>
* Fix mutex handling
Mutexes must not be copied after their first use.
Create a global mutex for ldap and pass a pointer to this around.
Fixes#43
Signed-off-by: Icarus Sparry <icarus.sparry@amd.com>