Skip to content
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

New configuration setting: LDAP connection options #19

Closed
olleolleolle opened this issue Nov 13, 2018 · 1 comment
Closed

New configuration setting: LDAP connection options #19

olleolleolle opened this issue Nov 13, 2018 · 1 comment
Labels
invalid This doesn't seem right

Comments

@olleolleolle
Copy link

olleolleolle commented Nov 13, 2018

In order to connect in a specific way to LDAP, we may want to send in a symbol-keyed Hash of options to Net::LDAP.new.

Example:

connection_options:
  force_no_page: true

Harder example: with Ruby values

connection_options:
  encryption:
    method: :simple_tls
    tls_options: OpenSSL::SSL::SSLContext::DEFAULT_PARAMS
@olleolleolle
Copy link
Author

Resolution: We will need to elevate each of the needed things to actual settings, since we can have no Ruby values in the YAML.

@olleolleolle olleolleolle added the invalid This doesn't seem right label Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant