-
Notifications
You must be signed in to change notification settings - Fork 5
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
ldifparser should sort entries #484
Milestone
Comments
This doesn't work correctly yet. To be specific, I would expect for ldifparser to sort by dn in such a way that all info for a service is clustered, and with a service, all info about a CO is clustered, etc. Concretely, I would expect this command:
to output a sorted list. |
ok, after actually deploying this to test/acc it works like a charm 🥇 |
sram-project-automation
bot
moved this from To be deployed
to To be tested
in SRAM development
Jan 15, 2024
sram-deploy-tools-automation
bot
moved this from To be deployed
to Done
in SRAM development
Jan 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if ldifparser could sort the entires in a sensible way. That makes it a lot easier to inspect the diffs as a humas.
For bonus points, also add an option that removes "transient" fields like
createTimestamp
,entryCSN
,entryUUID
,modifiersName
andmodifiersTimestamp
.The text was updated successfully, but these errors were encountered: