From: Kurt Zeilenga Date: Thu, 14 Sep 2000 16:52:12 +0000 (+0000) Subject: Use LDIF, not "alternative" format X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2009 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c5f864281678351f0e31d8e48afadcba2ca9786b;p=openldap Use LDIF, not "alternative" format --- diff --git a/doc/guide/admin/dbtools.sdf b/doc/guide/admin/dbtools.sdf index 02cb58130c..1d67a9f69f 100644 --- a/doc/guide/admin/dbtools.sdf +++ b/doc/guide/admin/dbtools.sdf @@ -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 +> objectClass: dcObject +> objectClass: organization +> dc: example +> o: Example Corporation +> description: The 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 +> objectClass: organizationalRole +> cn: Manager +> description: Directory Manager and then use a command like this to actually create the entry: