From c5f864281678351f0e31d8e48afadcba2ca9786b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 14 Sep 2000 16:52:12 +0000 Subject: [PATCH] Use LDIF, not "alternative" format --- doc/guide/admin/dbtools.sdf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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: -- 2.39.5