Skip to content

Safeq - fixed LDIF generation

Jednotné přihlášení test requested to merge github/fork/zlamalp/safeq into master

Created by: zlamalp

  • We must escape specific chars in DN only if they are not part of DN structure (like comma).
  • Put back newline after print of possible base64 value. We now instruct encoding function to don't wrap value by newlines after each 76 chars, since script ldifdiff.pl doesn't understand multi-line values.

Merge request reports