I use LDAP Admin 1.6.1 . The LDAP Export ( ldif file ) has after 81 characters a CR LF in longer rows.
Is the line length somewhere limited to a maximum of 81 characters ?
Yes, the max line length is limited to 80 characters (it's actually wrapping at 80th character befor 81st). It's not really an LDIF requirement, but it's a usual convention to limit the line length of the LDIF file to 80 or even 78 chars, so I limited the line length to 80 characters
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2024-01-29
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, the max line length is limited to 80 characters (it's actually wrapping at 80th character befor 81st). It's not really an LDIF requirement, but it's a usual convention to limit the line length of the LDIF file to 80 or even 78 chars, so I limited the line length to 80 characters