-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to add ldap for starttls ? #31
Comments
I believe it is possible though I am not sure if it is without including https://github.com/ruby-ldap/ruby-net-ldap which I think that should go under another plugin for LDAP specific. |
If you can give me the output of this in something like an irb session I might be able to help more: https://github.com/sensu-plugins/sensu-plugins-ssl/blob/1.4.0/bin/check-ssl-host.rb#L146 it might end up being quite simple. |
Hi, thanks for your help |
assuming you have ruby setup you just type |
feel free to join us in the community slack: |
The manpage for
So starttls for ldap isn't going to work with 1.1.0g. It looks like ldap support has been merged into openssl, and includes a manpage update: I don't know if that is part of 1.1.1 or not. |
It is part of the 1.1.1 pre releases: openssl/openssl@398b0bb#diff-7f3b79983f6d53c047c90a62813cc11f |
ok when there is a stable release we can consider bringing it in but as @jothoma1 we may need to wait until distributions catch up with it. |
Considering that EL7/etc. are still largely using 1.0.2, it will likely be awhile. On the other hand, I think 1.1.1 is supposed to include TLS1.3, which is probably a strong selling point. |
Hi,
i'm using check-ssl-host.rb with --starttls option. This option only work for imap and smtp. Is there a possibility to add ldap ?
Thanks in advance
The text was updated successfully, but these errors were encountered: