-
Notifications
You must be signed in to change notification settings - Fork 126
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
base: pub/new_architecture
Are you sure you want to change the base?
Updates to support OpenLDAP2.6 using the LTB project #2493
Conversation
@@ -9,7 +9,7 @@ | |||
"type": "git", | |||
"url": "https://github.com/ltb-project/ansible-role-ldaptoolbox-openldap.git", | |||
"version": "main", | |||
"commit": "695a689ff91a83b47fbc6f575be37e1f811bd719" | |||
"commit": "a8e5b8fdbf3e5885f4c412945c8fe51d03dd01c9" |
There was a problem hiding this comment.
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/
Can one of the admins verify this patch? |
@@ -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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Signed-off-by: Coleman-Trader <[email protected]>
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