Chris, I am using OpenDJ and don't have openldap installed.
Here is my ldap config /etc/gluu/conf/ox-ldap.properties:
```
bindDN: cn=directory manager
bindPassword: pass
useSSL: true
ssl.trustStoreFile: /etc/certs/opendj.pkcs12
ssl.trustStorePin: trust_pass
ssl.trustStoreFormat: pkcs12
maxconnections: 10
certsDir=/etc/certs
confDir=
pythonModulesDir=/opt/gluu/python/libs
binaryAttributes=objectGUID
certificateAttributes=userCertificate
servers: host1:1636,host2:1636
```