Bug 11269 - First line of ldif must be a dn not 'version'
Summary: First line of ldif must be a dn not 'version'
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: 4.1.11
Hardware: x86 Linux
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 01:54 UTC by Andrey Repin
Modified: 2015-05-11 01:54 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Repin 2015-05-11 01:54:45 UTC
Trying to import a well-formed LDIF file into LDB causes it to break with

Error: First line of ldif must be a dn not 'version'
Modified 0 records successfully

According to http://tools.ietf.org/html/rfc2849#page-2 "Formal Syntax Definition of LDIF", version-spec is mandatory.