https://bugs.openldap.org/show_bug.cgi?id=9448
Issue ID: 9448 Summary: LDIF example does not match description in Admin manual Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: documentation Assignee: bugs@openldap.org Reporter: jaak+openldap@ristioja.ee Target Milestone: ---
In the admin manual, an LDIF example does not match the description:
<snip> You can also specify a URL containing the attribute value. For example, the following specifies the jpegPhoto value should be obtained from the file /path/to/file.jpeg.
cn:< file:///path/to/file.jpeg </snip>
The example should instead read:
jpegPhoto:< file:///path/to/file.jpeg
Please see merge request https://git.openldap.org/openldap/openldap/-/merge_requests/220