Skip to content
Snippets Groups Projects
Commit 04734610 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix file:/// URI

parent 7dc5a0bb
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ Here is an example of an LDIF file containing three entries.
cn: Barbara J Jensen
cn: Babs Jensen
objectclass: person
description:< file://tmp/babs
description:< file:///tmp/babs
sn: Jensen
dn: cn=Bjorn J Jensen,dc=example,dc=com
......@@ -104,7 +104,7 @@ Here is an example of an LDIF file containing three entries.
.fi
.LP
Notice that the description in Barbara Jensen's entry is
read from file://tmp/babs and the jpegPhoto in Jennifer
read from file:///tmp/babs and the jpegPhoto in Jennifer
Jensen's entry is encoded using base 64.
.SH SEE ALSO
.BR ldap (3),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment