From 26610a93590ae2f8089fe4ea26cc9f9278eddb4f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 19 Sep 2000 20:45:36 +0000 Subject: [PATCH] Fix file URI --- doc/guide/admin/dbtools.sdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/admin/dbtools.sdf b/doc/guide/admin/dbtools.sdf index 1d67a9f69f..b7262c3952 100644 --- a/doc/guide/admin/dbtools.sdf +++ b/doc/guide/admin/dbtools.sdf @@ -314,7 +314,7 @@ You can also specify a {{TERM:URL}} containing the attribute value. For example, the following specifies the {{EX:jpegPhoto}} value should be obtained from the file {{F:/path/to/file.jpeg}}. -> cn:< file://path/to/file.jpeg +> cn:< file:///path/to/file.jpeg Multiple entries within the same LDIF file are separated by blank lines. Here's an example of an LDIF file containing three entries. @@ -344,7 +344,7 @@ lines. Here's an example of an LDIF file containing three entries. > objectClass: person > sn: Jensen > # JPEG photo from file -> jpegPhoto:< file://path/to/file.jpeg +> jpegPhoto:< file:///path/to/file.jpeg Notice that the {{EX:jpegPhoto}} in Bjorn's entry is base 64 encoded and the {{EX:jpegPhoto}} in Jennifer's entry is obtained from the -- 2.39.5