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

[#438] FIX import-ldif --offline "import has been aborted because the entry does not have a parent entry" #444

Merged
merged 13 commits into from
Oct 29, 2024

Conversation

vharseko
Copy link
Member

Closes #438

@vharseko vharseko marked this pull request as draft October 28, 2024 09:23
…h (value encoding must contains NORMALIZED_RDN_SEPARATOR)
…h (value encoding must contains NORMALIZED_RDN_SEPARATOR)
This reverts commit e46fc78.
…h (value encoding must contains NORMALIZED_RDN_SEPARATOR)
… length without NORMALIZED_ESC_BYTE+NORMALIZED_RDN_SEPARATOR
@vharseko vharseko marked this pull request as ready for review October 29, 2024 10:37
Comment on lines +136 to +138
if (child.byteAt(i-1)==NORMALIZED_ESC_BYTE) {
continue;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

problem cause

@vharseko vharseko merged commit d4504ff into OpenIdentityPlatform:master Oct 29, 2024
17 checks passed
@vharseko vharseko deleted the issue/438 branch October 29, 2024 11:51
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.

The import has been aborted because the entry does not have a parent entry
2 participants