Issue 743 - invalid ldif example
Summary: invalid ldif example
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-14 14:18 UTC by joop@fokus.gmd.de
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joop@fokus.gmd.de 2000-09-14 14:18:40 UTC
Full_Name: robert joop
Version: 
OS: 
URL: 
Submission from: (NULL) (193.175.135.28)


the example LDIF file given at the end of 7.1. in
http://www.openldap.org/doc/admin/dbtools.html is neither legal LDIF syntax
nor does it accepted by the given ldapadd command.

if i edit the example into

<cut here>
dn: dc=my-domain, dc=com
objectClass: dcObject
objectClass: organization
dc: my-domain
o: Example Corporation
description: The Example Corporation

dn: cn=Postmaster, dc=my-domain, dc=com
objectClass: organizationalRole
cn: Postmaster
description: OpenLDAP Postmaster <Postmaster@example.com>
</cut>

it gets accepted by
`ldapadd -f entries.ldif -x -D "cn=Manager,dc=my-domain,dc=com" -w secret`
given the slapd.conf installed by `make install`.
Comment 1 Kurt Zeilenga 2000-09-14 22:36:26 UTC
changed notes
changed state Open to Closed
moved from Incoming to Documentation
Comment 2 OpenLDAP project 2014-08-01 21:05:33 UTC
fixed