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

ldap_search: Client Certificate Support #4066

Closed
1 task done
andrewshulgin opened this issue Jan 20, 2022 · 6 comments · Fixed by #6668
Closed
1 task done

ldap_search: Client Certificate Support #4066

andrewshulgin opened this issue Jan 20, 2022 · 6 comments · Fixed by #6668
Labels
feature This issue/PR relates to a feature request module module net_tools plugins plugin (any type)

Comments

@andrewshulgin
Copy link

Summary

I am trying to get LDAP users from Google LDAP, but it requires client certificates. Due to lack of client certificate support, it's required to run stunnel as a middleware between Ansible and Google LDAP servers. It would be great to implement client certificate support to support direct connection to LDAP servers which require client certifiactes.

Issue Type

Feature Idea

Component Name

ldap_search

Additional Information

No response

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module net_tools plugins plugin (any type) labels Jan 20, 2022
@andrewshulgin
Copy link
Author

Implemented this in a custom module: https://github.com/andrewshulgin/ldap_search

@felixfontein
Copy link
Collaborator

Why not contribute this feature to this collection, instead of creating a new collection for the forked module?

@andrewshulgin
Copy link
Author

Will certainly do it as soon as I have time to write some tests.

@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module net_tools plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants