mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Fix file URI
This commit is contained in:
parent
0cd8cf72fb
commit
26610a9359
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue