AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

Add option to disable TLS for LDAP connection #9

Closed frangarciam closed 9 years ago

frangarciam commented 9 years ago

Provide a flag to avoid using TLS for LDAP connections if the user really wants to (not enabled by default)

To enable it we just need to pass -insecureldap as a flag to the server binary or add "insecureldap": true to server.json: {"ldap": { "host": "ldap.host", "insecureldap": true, ...

zylad commented 9 years ago

Thanks for reporting! Will be reviewed shortly.

zylad commented 9 years ago

Looks good to me.