Skip to content

Check LDAP_OPT constants #67

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

Closed
3 of 14 tasks
tiran opened this issue Nov 30, 2017 · 0 comments
Closed
3 of 14 tasks

Check LDAP_OPT constants #67

tiran opened this issue Nov 30, 2017 · 0 comments

Comments

@tiran
Copy link
Member

tiran commented Nov 30, 2017

Double check that we provide constants for all supported OPT constants and have documentation for all of them. We might want to decide to NOT expose some constants, e.g. callbacks or getters that return raw C structures like OPT_X_TLS_CTX.

See http://man7.org/linux/man-pages/man3/ldap_get_option.3.html for an up to date list

missing / unsupported

  • OPT_X_TLS_ECNAME
  • OPT_X_TLS_PEERCERT
  • OPT_X_TLS_PROTOCOL_SSL3
  • OPT_X_TLS_PROTOCOL_TLS1_0
  • OPT_X_TLS_PROTOCOL_TLS1_1
  • OPT_X_TLS_PROTOCOL_TLS1_2
  • OPT_X_TLS_PROTOCOL_TLS1_3

drop / don't support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant