-
Notifications
You must be signed in to change notification settings - Fork 8
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
add support for rpm based targets #7
Comments
taking a look |
This is covered by #8 |
A new branch (rpm_only) + a new pull request will be dedicated to this feature, as the current one (#8) mix multiple features. |
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- Add supported targets and update README with RHEL support. - move certificate setup task in a dedicated file - provide a import of TLS credentials (ca,cert & key) - ldaptoolbox_openldap_import_XXX allow to populate ldaptoolbox_openldap_XXX files ex : ldaptoolbox_openldap_import_olcTLSCACertificateFile: ca-cert.pem will be copied to ldaptoolbox_openldap_olcTLSCACertificateFile file. - update backup template with removal of optional cert related values if not provided - fix oclcSyncrepl typo missing " after tls_key= in backup template
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- This change is unrelated to rpm_only, back to original.
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- openldap ltb does not require those.
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- this feature is not specific of rpm support
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- Add supported targets and update README with RHEL support. - move certificate setup task in a dedicated file - update backup template with removal of optional cert related values if not provided - fix oclcSyncrepl typo missing " after tls_key= in backup template
artlog
pushed a commit
that referenced
this issue
Oct 13, 2023
- Add supported targets and update README with RHEL support. - minimum changes to get rhel like setup with versions >= 7 - remove debian setup and dependencies
Done in #12 |
davidcoutadeur
added a commit
that referenced
this issue
Oct 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current role is only for debian based targets.
Support for RedHat/CentOs/Rocky with rpm would be great.
The text was updated successfully, but these errors were encountered: