]> git.sur5r.net Git - openldap/commitdiff
Use LDIF, not "alternative" format
authorKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 16:52:12 +0000 (16:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 14 Sep 2000 16:52:12 +0000 (16:52 +0000)
doc/guide/admin/dbtools.sdf

index 02cb58130c2a36e6dfdb13284c0a8ef7878fc54d..1d67a9f69fc13080cc4043badaee286b78e37830 100644 (file)
@@ -91,18 +91,18 @@ using the {{I:ldapadd}} tool, you could create an {{TERM:LDIF}} file
 called {{EX:entries.ldif}} with the contents:
 
 >      # Organization for Example Corporation
->      dc=example, dc=com
->      objectClass=dcObject
->      objectClass=organization
->      dc=example
->      o=Example Corporation
->      description=The Example Corporation
+>      dn: dc=example, dc=com
+>      objectClassdcObject
+>      objectClassorganization
+>      dcexample
+>      oExample Corporation
+>      descriptionThe Example Corporation
 >
 >      # Organizational Role for Directory Manager
->      cn=Manager, dc=example, dc=com
->      objectClass=organizationalRole
->      cn=Manager
->      description=Directory Manager
+>      dn: cn=Manager, dc=example, dc=com
+>      objectClassorganizationalRole
+>      cnManager
+>      descriptionDirectory Manager
 
 and then use a command like this to actually create the entry: