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

Updates to support OpenLDAP2.6 using the LTB project #2493

Open
wants to merge 6 commits into
base: pub/new_architecture
Choose a base branch
from

Conversation

Coleman-Trader
Copy link

Description of the Solution

Openldap2.6 support using the ltb project

Suggested Reviewers

If you wish to suggest specific reviewers for this solution, please include them in this section. Be sure to include the @ before the GitHub username.
@priti-parate @abhishek-sa1 @Aditya-DP

@@ -9,7 +9,7 @@
"type": "git",
"url": "https://github.com/ltb-project/ansible-role-ldaptoolbox-openldap.git",
"version": "main",
"commit": "695a689ff91a83b47fbc6f575be37e1f811bd719"
"commit": "a8e5b8fdbf3e5885f4c412945c8fe51d03dd01c9"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit pointing to the current version of main for https://github.com/ltb-project/ansible-role-ldaptoolbox-openldap/commits/main/

@Omnia-svc
Copy link
Collaborator

Can one of the admins verify this patch?

@Coleman-Trader Coleman-Trader marked this pull request as ready for review February 19, 2025 01:20
@Coleman-Trader Coleman-Trader changed the title Updates to support openldap2.6 using the LTB project Updates to support OpenLDAP2.6 using the LTB project Feb 19, 2025
@@ -89,6 +93,9 @@
- name: Include LTB role for server installation
ansible.builtin.include_role:
name: "{{ hostvars['127.0.0.1']['ltb_repo_path'] }}"
vars:
ldaptoolbox_openldap_overlay_ppolicy_olcPPolicyHashCleartext: "TRUE"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just want to know, was the only addition for openldap 26 vars?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the ltb project changes. These values were originally in the default file but were removed and now required to be declared independently. Other values were removed from the default file in the ltb project but aren't necessary to be declared.

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

Successfully merging this pull request may close these issues.

4 participants