Skip to content

Check LDAP_OPT constants #67

@tiran

Description

@tiran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions