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

Allow importing openldap schema files #4661

Closed
Firstyear opened this issue Mar 9, 2021 · 0 comments · Fixed by #4662
Closed

Allow importing openldap schema files #4661

Firstyear opened this issue Mar 9, 2021 · 0 comments · Fixed by #4662
Milestone

Comments

@Firstyear
Copy link
Contributor

Allow importing openldap schema files, and converting their content to be valid for 389-ds. This will help many people with migrating from openldap to 389, and allows many application schemas that may only be published in openldap formats to be added. For example, guacamole only publishes openldap formated schemas.

@Firstyear Firstyear added the needs triage The issue will be triaged during scrum label Mar 9, 2021
@Firstyear Firstyear added this to the 1.4.4 milestone Mar 9, 2021
Firstyear added a commit to Firstyear/389-ds-base that referenced this issue Mar 10, 2021
Bug Description: Many applications only publish schemas in
openldap formats. We should be able to import them.

Fix Description: Add a dsconf tool that allows online
importing of these schemas. This uses the migration framework
underneath so that we avoid code duplication.

fixes: 389ds#4661

Author: William Brown <william@blackhats.net.au>

Review by: @mreynolds389 (Thanks!)
Firstyear added a commit that referenced this issue Mar 10, 2021
Bug Description: Many applications only publish schemas in
openldap formats. We should be able to import them.

Fix Description: Add a dsconf tool that allows online
importing of these schemas. This uses the migration framework
underneath so that we avoid code duplication.

fixes: #4661

Author: William Brown <william@blackhats.net.au>

Review by: @mreynolds389 (Thanks!)
Firstyear added a commit that referenced this issue Mar 10, 2021
Bug Description: Many applications only publish schemas in
openldap formats. We should be able to import them.

Fix Description: Add a dsconf tool that allows online
importing of these schemas. This uses the migration framework
underneath so that we avoid code duplication.

fixes: #4661

Author: William Brown <william@blackhats.net.au>

Review by: @mreynolds389 (Thanks!)
@mreynolds389 mreynolds389 removed the needs triage The issue will be triaged during scrum label Mar 11, 2021
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 a pull request may close this issue.

2 participants